aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-02-07 17:49:58 +0530
committertxtsd <thexerothermicsclerodermoid@gmail.com>2022-02-11 18:05:26 +0530
commit551d9c86ba624971a8b9362bb316d279dbf59363 (patch)
treeeca6ed80e0717b143cf930acabf8cd47b5fe8d77 /.github/workflows/build.yml
parente61e827eb93c71f3b0fe1e7e07b5ca4887587532 (diff)
downloadPrismLauncher-551d9c86ba624971a8b9362bb316d279dbf59363.tar.gz
PrismLauncher-551d9c86ba624971a8b9362bb316d279dbf59363.tar.bz2
PrismLauncher-551d9c86ba624971a8b9362bb316d279dbf59363.zip
Implement PR suggestions
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d2973b0f..7b8f1968 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -67,6 +67,19 @@ jobs:
- name: Install Ninja
uses: urkle/action-get-ninja@v1
+ - name: Download linuxdeploy family
+ if: matrix.app_image == true
+ run: |
+ wget "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"
+ wget "https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-x86_64.AppImage"
+ wget "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage"
+
+ - name: Download JREs for AppImage
+ if: matrix.app_image == true
+ shell: bash
+ run: |
+ ${{ github.workspace }}/.github/scripts/prepare_JREs.sh
+
- name: Configure CMake
if: matrix.app_image != true
run: |
@@ -91,20 +104,7 @@ jobs:
run: |
DESTDIR=${{ env.INSTALL_DIR }} cmake --install ${{ env.BUILD_DIR }}
- - name: Download linuxdeploy family
- if: matrix.app_image == true
- run: |
- wget "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"
- wget "https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-x86_64.AppImage"
- wget "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage"
-
- - name: Download JREs for AppImage
- if: matrix.app_image == true
- shell: bash
- run: |
- ${{ github.workspace }}/.github/scripts/prepare_JREs.sh
-
- - name: AppImage magic
+ - name: Bundle AppImage
if: matrix.app_image == true
shell: bash
run: |