aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-02-10 22:34:14 +0530
committertxtsd <thexerothermicsclerodermoid@gmail.com>2022-02-11 18:05:26 +0530
commit33d369d78c5773ac2a9f9f0d9a7defcddc8f28f5 (patch)
tree382716953f0586445b348c094c3c35c3df529b3a /.github/workflows
parent0e6e6a75211569ecad822a7dc7b44821833a600b (diff)
downloadPrismLauncher-33d369d78c5773ac2a9f9f0d9a7defcddc8f28f5.tar.gz
PrismLauncher-33d369d78c5773ac2a9f9f0d9a7defcddc8f28f5.tar.bz2
PrismLauncher-33d369d78c5773ac2a9f9f0d9a7defcddc8f28f5.zip
Add missing deploy flags
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fa2c831c..5c78e93e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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'