Skip to content

Commit

Permalink
[pyinstaller] Disable upx.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao authored Mar 30, 2024
1 parent c115d57 commit 78d57ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/ictrl_be.spec
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ coll = COLLECT(exe,
a.zipfiles,
a.datas,
strip=False,
upx=True,
upx=False,
upx_exclude=[],
name='ictrl_be')

0 comments on commit 78d57ea

Please # to comment.