aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorKenneth Chew <kenneth.c0@protonmail.com>2022-05-29 17:37:45 -0400
committerKenneth Chew <kenneth.c0@protonmail.com>2022-05-29 19:50:44 -0400
commit8731c86d0deba2f8e624d41137b69abca5b85e8e (patch)
tree2978436bf713f8fe1a1d37ed3132dea4a0f8a574 /.github/workflows
parentd7fad4bd04a9f6d4fa149ff0b3aa526f1524cd56 (diff)
downloadPrismLauncher-8731c86d0deba2f8e624d41137b69abca5b85e8e.tar.gz
PrismLauncher-8731c86d0deba2f8e624d41137b69abca5b85e8e.tar.bz2
PrismLauncher-8731c86d0deba2f8e624d41137b69abca5b85e8e.zip
Use CMake for Windows installer branding
As a side effect, fixes an issue where the installer wrote the incorrect version to the registry.
Diffstat (limited to '.github/workflows')
-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