We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624d533 commit cc35a25Copy full SHA for cc35a25
contrib/installer/windows/setup.nsi.in
@@ -61,14 +61,14 @@ Var StartMenuGroup
61
!insertmacro MUI_RESERVEFILE_LANGDLL
62
; MUI end ------
63
64
-OutFile "@APPNAME@-${PRODUCT_VERSION}.exe"
+OutFile "@APPNAME@-@VERSION@.exe"
65
InstallDir "$PROGRAMFILES\@APPNAME@"
66
InstallDirRegKey HKCU "${PRODUCT_DIR_REGKEY}" "InstallPath"
67
68
Section "@APPNAME@" SecMain
69
SetOverwrite on
70
71
- SetOutPath "$INSTDIR\base\@APPNAME@"
+ SetOutPath "$INSTDIR\@GAME_BASE_DIR@\@BASEDIR@"
72
File /r "@ROOT_DIR@\@GAME_BASE_DIR@\@BASEDIR@\"
73
74
SetOutPath "$INSTDIR"
0 commit comments