Skip to content

Commit a367d4c

Browse files
remove upx layer
1 parent bc6eaf4 commit a367d4c

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/linux-pyinstaller.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,6 @@ jobs:
8787
--add-data="pytranscriber/gui/*.qm:pytranscriber/gui/" \
8888
--add-data="$ASSETS_PATH:whisper/assets"
8989
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-
run: |
99-
upx --best dist/main
100-
10190
- name: Zip the binary with version number
10291
run: |
10392
cd dist

0 commit comments

Comments
 (0)