Skip to content

Commit

Permalink
Fix: Use UPX to build
Browse files Browse the repository at this point in the history
  • Loading branch information
aliencaocao committed Dec 10, 2023
1 parent 9302aff commit 92281ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exe = EXE(
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
Expand Down

0 comments on commit 92281ea

Please sign in to comment.