diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-02-12 09:16:22 +0530 |
---|---|---|
committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-02-23 16:22:23 +0530 |
commit | 1e3b896fdaa8b557b648397d10166a52a284c4c7 (patch) | |
tree | 0807c948f991918ec94b4a02559c542b8d6909b4 /.github/workflows | |
parent | 9e35560554eb089370ba487e5b6265b4bd8e739a (diff) | |
download | PrismLauncher-1e3b896fdaa8b557b648397d10166a52a284c4c7.tar.gz PrismLauncher-1e3b896fdaa8b557b648397d10166a52a284c4c7.tar.bz2 PrismLauncher-1e3b896fdaa8b557b648397d10166a52a284c4c7.zip |
Replace layouts with LAUNCH_PORTABLE
Diffstat (limited to '.github/workflows')
-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 793b081e..e4cc2614 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: - name: Configure CMake on Linux if: runner.os == 'Linux' run: | - cmake -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -DLauncher_LAYOUT=lin-system -G Ninja + cmake -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -DLAUNCHER_PORTABLE=OFF -G Ninja - name: Build run: | |