This commit is contained in:
2024-10-19 17:53:58 +08:00
parent 68a38fec63
commit 81962584bc

View File

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