Compress Editor with UPX (#1022)

This commit is contained in:
Dennis Brakhane
2025-01-17 07:34:32 +01:00
committed by GitHub
parent 13921bc1b0
commit ddc55487d1
3 changed files with 33 additions and 0 deletions
+11
View File
@@ -34,6 +34,14 @@ jobs:
move Editor\languages .\
move Editor\fonts .\
- name: Install UPX
shell: cmd
run: choco install --no-progress upx
- name: Compress Editor with UPX
shell: cmd
run: upx --best Editor_Windows.exe
- name: Package Editor
uses: actions/upload-artifact@v4
with:
@@ -82,6 +90,9 @@ jobs:
mv Editor/languages ./
mv Editor/fonts ./
- name: Compress Editor with UPX
run: upx --best Editor_Linux
- name: Package Editor
uses: actions/upload-artifact@v4
with:
+11
View File
@@ -33,6 +33,14 @@ jobs:
move Editor\languages .\
move Editor\fonts .\
- name: Install UPX
shell: cmd
run: choco install --no-progress upx
- name: Compress Editor with UPX
shell: cmd
run: upx --best Editor_Windows.exe
- name: Package Editor
uses: actions/upload-artifact@v4
with:
@@ -97,6 +105,9 @@ jobs:
mv Editor/languages ./
mv Editor/fonts ./
- name: Compress Editor with UPX
run: upx --best Editor_Linux
- name: Package Editor
uses: actions/upload-artifact@v4
with:
+11
View File
@@ -34,6 +34,14 @@ jobs:
move Editor\languages .\
move Editor\fonts .\
- name: Install UPX
shell: cmd
run: choco install --no-progress upx
- name: Compress Editor with UPX
shell: cmd
run: upx --best Editor_Windows.exe
- name: Package Editor
uses: actions/upload-artifact@v4
with:
@@ -98,6 +106,9 @@ jobs:
mv Editor/languages ./
mv Editor/fonts ./
- name: Compress Editor with UPX
run: upx --best Editor_Linux
- name: Package Editor
uses: actions/upload-artifact@v4
with: