aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorOldWorldOrdr <joey.t.reinhart@gmail.com>2022-06-20 11:02:40 -0400
committerGitHub <noreply@github.com>2022-06-20 11:02:40 -0400
commit6103d86a47039521c3d4c31a4716c1d48962a8f1 (patch)
tree95112ac7e3a583fc740eec845b2bbc3126a816fb /.github/workflows/build.yml
parent843c860d98dab5a438374ab136b28d409184ec81 (diff)
parentb8899a534d9679aace828f9c15a9a3083685f680 (diff)
downloadPrismLauncher-6103d86a47039521c3d4c31a4716c1d48962a8f1.tar.gz
PrismLauncher-6103d86a47039521c3d4c31a4716c1d48962a8f1.tar.bz2
PrismLauncher-6103d86a47039521c3d4c31a4716c1d48962a8f1.zip
Merge branch 'PolyMC:develop' into develop
Diffstat (limited to '.github/workflows/build.yml')
-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 6cbd5c21..d8fc1ff2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
name: "Windows-x86_64"
msystem: mingw64
- - os: macos-11
+ - os: macos-12
macosx_deployment_target: 10.13
runs-on: ${{ matrix.os }}
@@ -206,7 +206,7 @@ jobs:
shell: msys2 {0}
run: |
cd ${{ env.INSTALL_DIR }}
- makensis -NOCD "-DVERSION=${{ env.VERSION }}" "-DMUI_ICON=${{ github.workspace }}/program_info/polymc.ico" "-XOutFile ${{ github.workspace }}/PolyMC-Setup.exe" "${{ github.workspace }}/program_info/win_install.nsi"
+ makensis -NOCD "${{ github.workspace }}/${{ env.BUILD_DIR }}/program_info/win_install.nsi"
- name: Package (Linux)
if: runner.os == 'Linux' && matrix.appimage != true