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 d76090e commit bc6eaf4Copy full SHA for bc6eaf4
1 file changed
.github/workflows/linux-pyinstaller.yml
@@ -96,7 +96,7 @@ jobs:
96
97
- name: Compress binary with UPX
98
run: |
99
- upx --ultra-brute dist/main
+ upx --best dist/main
100
101
- name: Zip the binary with version number
102
0 commit comments