Remove portable option in Windows installer

This commit is contained in:
Kenneth Chew
2022-05-20 17:12:08 -04:00
parent 12cadf3af0
commit cdd83c279c
2 changed files with 1 additions and 8 deletions

View File

@ -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)