We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b48465 commit d76090eCopy full SHA for d76090e
1 file changed
.github/workflows/linux-pyinstaller.yml
@@ -96,7 +96,7 @@ jobs:
96
97
- name: Compress binary with UPX
98
run: |
99
- upx --best --lzma dist/main
+ upx --ultra-brute dist/main
100
101
- name: Zip the binary with version number
102
0 commit comments