diff options
author | Kenneth Chew <kenneth.c0@protonmail.com> | 2022-05-20 17:12:08 -0400 |
---|---|---|
committer | Kenneth Chew <kenneth.c0@protonmail.com> | 2022-05-20 17:12:08 -0400 |
commit | cdd83c279cafdacee6c863d7fb0ae94a6bf34e3e (patch) | |
tree | ceaf34985d295a3bc62ada90245de88ad159021e /.github/workflows/build.yml | |
parent | 12cadf3af0a4e3a01330283fae2d6267d3c3f525 (diff) | |
download | PrismLauncher-cdd83c279cafdacee6c863d7fb0ae94a6bf34e3e.tar.gz PrismLauncher-cdd83c279cafdacee6c863d7fb0ae94a6bf34e3e.tar.bz2 PrismLauncher-cdd83c279cafdacee6c863d7fb0ae94a6bf34e3e.zip |
Remove portable option in Windows installer
Diffstat (limited to '.github/workflows/build.yml')
-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 d12f176c..53db7d76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -195,7 +195,7 @@ jobs: if: runner.os == 'Windows' shell: msys2 {0} run: | - cd ${{ env.INSTALL_PORTABLE_DIR }} + 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" - name: Package (Linux) |