aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Chew <kenneth.c0@protonmail.com>2022-05-20 17:12:08 -0400
committerKenneth Chew <kenneth.c0@protonmail.com>2022-05-20 17:12:08 -0400
commitcdd83c279cafdacee6c863d7fb0ae94a6bf34e3e (patch)
treeceaf34985d295a3bc62ada90245de88ad159021e
parent12cadf3af0a4e3a01330283fae2d6267d3c3f525 (diff)
downloadPrismLauncher-cdd83c279cafdacee6c863d7fb0ae94a6bf34e3e.tar.gz
PrismLauncher-cdd83c279cafdacee6c863d7fb0ae94a6bf34e3e.tar.bz2
PrismLauncher-cdd83c279cafdacee6c863d7fb0ae94a6bf34e3e.zip
Remove portable option in Windows installer
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--program_info/win_install.nsi7
2 files changed, 1 insertions, 8 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)
diff --git a/program_info/win_install.nsi b/program_info/win_install.nsi
index 2d3f0f57..a47d4ae3 100644
--- a/program_info/win_install.nsi
+++ b/program_info/win_install.nsi
@@ -147,13 +147,6 @@ Section "Start Menu Shortcuts"
SectionEnd
-Section /o "Portable"
-
- SetOutPath $INSTDIR
- File "portable.txt"
-
-SectionEnd
-
;--------------------------------
; Uninstaller