Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
discussions/42
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed May 23, 2024
1 parent cdc2078 commit 06503ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
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}')

0 comments on commit 06503ed

Please sign in to comment.