From 06503ed97209ff8e9bd577975cefe6a5a5f9ac6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Thu, 23 May 2024 13:08:14 +0800 Subject: [PATCH] discussions/42 --- scripts/pack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pack.py b/scripts/pack.py index a692286..71e0d0e 100644 --- a/scripts/pack.py +++ b/scripts/pack.py @@ -27,4 +27,4 @@ for f in os.listdir("../builds"): os.remove(path) targetdir = "../builds/" + f target = "../builds/" + f + ".zip" - os.system(rf'"C:\Program Files\7-Zip\7z.exe" a -m0=LZMA -mx9 {target} {targetdir}') + os.system(rf'"C:\Program Files\7-Zip\7z.exe" a -m0=Deflate -mx9 {target} {targetdir}')