diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-02-08 08:55:52 +0530 |
---|---|---|
committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-02-11 18:05:26 +0530 |
commit | 0ba61bb5903a22044decaa9390437e83be0dadd7 (patch) | |
tree | 536ed4ba5fd08c0961fcd488155a9e29ac9ffe33 /.github/workflows/build.yml | |
parent | 94974851037f2c9ad313cfa72c65192be7c5ca64 (diff) | |
download | PrismLauncher-0ba61bb5903a22044decaa9390437e83be0dadd7.tar.gz PrismLauncher-0ba61bb5903a22044decaa9390437e83be0dadd7.tar.bz2 PrismLauncher-0ba61bb5903a22044decaa9390437e83be0dadd7.zip |
Implement even more PR suggestions
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 600831c0..42661b09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${{ env.INSTALL_DIR }}/usr/lib/jvm/java-17-openjdk/lib/server" LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${{ env.INSTALL_DIR }}/usr/lib/jvm/java-17-openjdk/lib" - ./linuxdeploy-x86_64.AppImage --appdir ${{ env.INSTALL_DIR }} --output appimage --plugin qt -d ${{ env.INSTALL_DIR }}/usr/share/applications/org.polymc.polymc.desktop -i ${{ env.INSTALL_DIR }}/usr/share/icons/hicolor/scalable/apps/org.polymc.PolyMC.svg + ./linuxdeploy-x86_64.AppImage --appdir ${{ env.INSTALL_DIR }} --output appimage --plugin qt -i ${{ env.INSTALL_DIR }}/usr/share/icons/hicolor/scalable/apps/org.polymc.PolyMC.svg - name: Run windeployqt if: runner.os == 'Windows' |