Remove portable option in Windows installer
This commit is contained in:
parent
12cadf3af0
commit
cdd83c279c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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)
|
||||
|
@ -147,13 +147,6 @@ Section "Start Menu Shortcuts"
|
||||
|
||||
SectionEnd
|
||||
|
||||
Section /o "Portable"
|
||||
|
||||
SetOutPath $INSTDIR
|
||||
File "portable.txt"
|
||||
|
||||
SectionEnd
|
||||
|
||||
;--------------------------------
|
||||
|
||||
; Uninstaller
|
||||
|
Loading…
Reference in New Issue
Block a user