This commit is contained in:
2024-10-19 17:57:01 +08:00
parent 81962584bc
commit bd07039075

View File

@@ -43,5 +43,5 @@ package:
mkdir -p $(package_path)/web
cp -rf $(web_root)/* $(package_path)/web
# cd $(build_dir)
tar cvfz $(build_dir)/$(package_file) -C $(package_path) $(package_name)
tar cvfz $(build_dir)/$(package_file) -C $(build_dir) $(package_name)
mv -f $(build_dir)/$(package_file) $(release_dir)