From ec22c30a328aaa382e3357aede954f6c72010135 Mon Sep 17 00:00:00 2001 From: denglihong2007 <98096191+denglihong2007@users.noreply.github.com> Date: Sun, 20 Jul 2025 00:58:35 +0800 Subject: [PATCH] test --- tools/MakePackage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/MakePackage.py b/tools/MakePackage.py index 36d0044..5fac885 100644 --- a/tools/MakePackage.py +++ b/tools/MakePackage.py @@ -39,7 +39,6 @@ def main(): with open(output_json, "w", encoding="utf-8") as jf: json.dump(manifests, jf, ensure_ascii=False, indent=2) - # 打包output.zip with zipfile.ZipFile(output_zip, "w", zipfile.ZIP_DEFLATED) as zf: # plugins目录 for root, _, files in os.walk(plugins_dir): @@ -61,4 +60,4 @@ def main(): os.remove(output_json) if __name__ == "__main__": - main() + main()