mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
Add missing deploy flags
This commit is contained in:
parent
0e6e6a7521
commit
33d369d78c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -142,7 +142,7 @@ jobs:
|
|||
- name: Run windeployqt
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
windeployqt "${{ env.INSTALL_DIR }}/polymc.exe"
|
||||
windeployqt --no-translations "${{ env.INSTALL_DIR }}/polymc.exe"
|
||||
|
||||
- name: Install OpenSSL libs on Windows
|
||||
if: runner.os == 'Windows'
|
||||
|
|
@ -154,7 +154,7 @@ jobs:
|
|||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
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
|
||||
if: runner.os == 'macOS'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue