Add missing deploy flags

This commit is contained in:
txtsd 2022-02-10 22:34:14 +05:30
parent 0e6e6a7521
commit 33d369d78c
No known key found for this signature in database
GPG Key ID: 000F85679D4B6B53

View File

@ -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'