Skip to content

Commit fef141b

Browse files
committed
[0.7.2] disable upx on onefile build
1 parent a1c9c3f commit fef141b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/compile-universal.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
# mingw64: true
8282
msvc: latest
8383
mode: app
84-
enable-plugins: pyside6,upx
84+
# enable-plugins: pyside6,upx
85+
enable-plugins: pyside6
8586
company-name: "Radekyspec"
8687
product-name: "StartLive开播器"
8788
file-description: "StartLive开播器"
@@ -95,8 +96,8 @@ jobs:
9596
noinclude-data-files: |
9697
"resources/version.json"
9798
"resources/icon_left_macOS.ico"
98-
onefile-no-compression: true
99-
upx-disable-cache: true
99+
# onefile-no-compression: true
100+
# upx-disable-cache: true
100101
deployment: true
101102

102103
- name: Build Executable for Mac

0 commit comments

Comments
 (0)