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 /program_info/win_install.nsi | |
parent | 12cadf3af0a4e3a01330283fae2d6267d3c3f525 (diff) | |
download | PrismLauncher-cdd83c279cafdacee6c863d7fb0ae94a6bf34e3e.tar.gz PrismLauncher-cdd83c279cafdacee6c863d7fb0ae94a6bf34e3e.tar.bz2 PrismLauncher-cdd83c279cafdacee6c863d7fb0ae94a6bf34e3e.zip |
Remove portable option in Windows installer
Diffstat (limited to 'program_info/win_install.nsi')
-rw-r--r-- | program_info/win_install.nsi | 7 |
1 files changed, 0 insertions, 7 deletions
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 |