aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-06-12 18:12:42 +0200
committerGitHub <noreply@github.com>2022-06-12 18:12:42 +0200
commit2212a6e40fae329a0e15f1c4ad7249f240d690e0 (patch)
treef85ceb73439dcc926c77269302e23f3f5fe87f4c /.github
parentc4f2e3a95584d9c50544a978a83650f8f83551fa (diff)
parent278219b1d8bbd9b468f329fa8097fa243e155358 (diff)
downloadPrismLauncher-2212a6e40fae329a0e15f1c4ad7249f240d690e0.tar.gz
PrismLauncher-2212a6e40fae329a0e15f1c4ad7249f240d690e0.tar.bz2
PrismLauncher-2212a6e40fae329a0e15f1c4ad7249f240d690e0.zip
Merge pull request #679 from kthchew/fix/win-install-version
Diffstat (limited to '.github')
-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 6cbd5c21..db7bd653 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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