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 bc6eaf4 commit a367d4cCopy full SHA for a367d4c
1 file changed
.github/workflows/linux-pyinstaller.yml
@@ -87,17 +87,6 @@ jobs:
87
--add-data="pytranscriber/gui/*.qm:pytranscriber/gui/" \
88
--add-data="$ASSETS_PATH:whisper/assets"
89
90
- - name: Install latest UPX (>= 4.0)
91
- run: |
92
- curl -L -o upx.tar.xz https://github.com/upx/upx/releases/download/v4.2.1/upx-4.2.1-amd64_linux.tar.xz
93
- tar -xf upx.tar.xz
94
- sudo mv upx-4.2.1-amd64_linux/upx /usr/local/bin/upx
95
- upx --version
96
-
97
- - name: Compress binary with UPX
98
99
- upx --best dist/main
100
101
- name: Zip the binary with version number
102
run: |
103
cd dist
0 commit comments