Add missing deploy flags
This commit is contained in:
parent
0e6e6a7521
commit
33d369d78c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -142,7 +142,7 @@ jobs:
|
|||||||
- name: Run windeployqt
|
- name: Run windeployqt
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
windeployqt "${{ env.INSTALL_DIR }}/polymc.exe"
|
windeployqt --no-translations "${{ env.INSTALL_DIR }}/polymc.exe"
|
||||||
|
|
||||||
- name: Install OpenSSL libs on Windows
|
- name: Install OpenSSL libs on Windows
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
@ -154,7 +154,7 @@ jobs:
|
|||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
cd ${{ env.INSTALL_DIR }}
|
cd ${{ env.INSTALL_DIR }}
|
||||||
macdeployqt "PolyMC.app" -executable="PolyMC.app/Contents/MacOS/polymc" -always-overwrite
|
macdeployqt "PolyMC.app" -executable="PolyMC.app/Contents/MacOS/polymc" -always-overwrite -use-debug-libs
|
||||||
|
|
||||||
- name: chmod binary on macOS
|
- name: chmod binary on macOS
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
Loading…
Reference in New Issue
Block a user