medfall

A super great game engine
Log | Files | Refs

commit 359ee702833318c34f20e8547790f596cf81dde7
parent 49a8da8d2141e54f95abee2776b2b046e5712d19
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat, 11 Nov 2017 12:26:24 +0200

Install elevate_for_update.exe

Diffstat:
installer.nsi | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/installer.nsi b/installer.nsi @@ -15,6 +15,7 @@ Section "Install" SectionInstall # Install stuff SetOutPath $INSTDIR File release\launch.exe + File release\elevate_for_update.exe # Start menu shortcut CreateDirectory "$SMPROGRAMS\Medfall" @@ -42,6 +43,7 @@ Section "Uninstall" # Files Delete "$INSTDIR\medfall.exe" Delete "$INSTDIR\launch.exe" + Delete "$INSTDIR\elevate_for_update.exe" Delete "$INSTDIR\uninstall.exe" Delete "$INSTDIR\version.txt" Delete "$INSTDIR\manifest.txt"