Skip to content

Commit 795d880

Browse files
committed
cx_Freeze 5 compatibility (compress was dropped and is default)
1 parent fb5f51e commit 795d880

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

omnisetup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
script="run_omnitool.py",
1616
targetName="Omnitool" if sys.platform == "linux" else "Omnitool.exe",
1717
icon="Icon128.ico",
18-
compress=True,
1918
)
2019
cx_Freeze.setup(
2120
name="Omnitool",

0 commit comments

Comments
 (0)