aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorEzekiel Smith <ezekielsmith@protonmail.com>2022-03-02 00:03:31 +1100
committerGitHub <noreply@github.com>2022-03-02 00:03:31 +1100
commite1f28be15128175467e8a44e9556223963fb56c1 (patch)
tree3c5c6367cc585266d9201a5f2aea951f237cc0b4 /.github/workflows/build.yml
parent139ff82432897e68bddab9ed8e9aec89c174d0fe (diff)
parent5d1ca33b84afee9f09093c27f2eff525325d08cb (diff)
downloadPrismLauncher-e1f28be15128175467e8a44e9556223963fb56c1.tar.gz
PrismLauncher-e1f28be15128175467e8a44e9556223963fb56c1.tar.bz2
PrismLauncher-e1f28be15128175467e8a44e9556223963fb56c1.zip
Merge pull request #163 from txtsd/windows_data_dir
Replace build layouts with Launcher_PORTABLE cmake flag
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 793b081e..af5a1074 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: |