commit 6294c8368c543104468a4e4504718d38a52122cf parent 06a97ad9def0c2ba59aafd9f9614b643c27cab02 Author: Michael Savage <mikejsavage@gmail.com> Date: Thu Jul 6 22:14:30 +0300 Put the release launcher in the installer Diffstat:
installer.nsi | | | 2 | +- |
diff --git a/installer.nsi b/installer.nsi @@ -15,7 +15,7 @@ RequestExecutionLevel admin Section "Install" SectionInstall # Install stuff SetOutPath $INSTDIR - File launch.exe + File release\launch.exe # Start menu shortcut CreateDirectory "$SMPROGRAMS\Medfall"