Skip to content

Commit bc6eaf4

Browse files
upx best
1 parent d76090e commit bc6eaf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux-pyinstaller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: Compress binary with UPX
9898
run: |
99-
upx --ultra-brute dist/main
99+
upx --best dist/main
100100
101101
- name: Zip the binary with version number
102102
run: |

0 commit comments

Comments
 (0)