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
No known key found for this signature in database
GPG Key ID: F17D3E14A07739DA
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)

View File

@ -147,13 +147,6 @@ Section "Start Menu Shortcuts"
SectionEnd
Section /o "Portable"
SetOutPath $INSTDIR
File "portable.txt"
SectionEnd
;--------------------------------
; Uninstaller