aboutsummaryrefslogtreecommitdiff
path: root/program_info
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-05-03 00:56:26 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-05-03 00:56:26 +0300
commit42dc3ed03f76f1064d6367a4d90f7cea895bcb6b (patch)
tree5923fa27324aef89b6539c69e8d4d242302097fd /program_info
parentf6ed2036b34177d7f932007dc5b3cc3d59f99aea (diff)
parent64ba5e4ed1456bed159cfe7b41ed9175b8baf5c4 (diff)
downloadPrismLauncher-42dc3ed03f76f1064d6367a4d90f7cea895bcb6b.tar.gz
PrismLauncher-42dc3ed03f76f1064d6367a4d90f7cea895bcb6b.tar.bz2
PrismLauncher-42dc3ed03f76f1064d6367a4d90f7cea895bcb6b.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into Fix_Assert
Diffstat (limited to 'program_info')
-rw-r--r--program_info/win_install.nsi.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/program_info/win_install.nsi.in b/program_info/win_install.nsi.in
index 49e22500..f8918c58 100644
--- a/program_info/win_install.nsi.in
+++ b/program_info/win_install.nsi.in
@@ -281,6 +281,7 @@ Section "@Launcher_DisplayName@"
SetOutPath $INSTDIR
File "@Launcher_APP_BINARY_NAME@.exe"
+ File "@Launcher_APP_BINARY_NAME@_filelink.exe"
File "qt.conf"
File *.dll
File /r "iconengines"
@@ -361,6 +362,7 @@ Section "Uninstall"
DeleteRegKey HKCU SOFTWARE\@Launcher_CommonName@
Delete $INSTDIR\@Launcher_APP_BINARY_NAME@.exe
+ Delete $INSTDIR\@Launcher_APP_BINARY_NAME@_filelink.exe
Delete $INSTDIR\qt.conf
Delete $INSTDIR\*.dll