Skip to content

Commit cc35a25

Browse files
committed
WINDOWS: fixed minor errors in the nsi script
1 parent 624d533 commit cc35a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/installer/windows/setup.nsi.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ Var StartMenuGroup
6161
!insertmacro MUI_RESERVEFILE_LANGDLL
6262
; MUI end ------
6363

64-
OutFile "@APPNAME@-${PRODUCT_VERSION}.exe"
64+
OutFile "@APPNAME@-@VERSION@.exe"
6565
InstallDir "$PROGRAMFILES\@APPNAME@"
6666
InstallDirRegKey HKCU "${PRODUCT_DIR_REGKEY}" "InstallPath"
6767

6868
Section "@APPNAME@" SecMain
6969
SetOverwrite on
7070

71-
SetOutPath "$INSTDIR\base\@APPNAME@"
71+
SetOutPath "$INSTDIR\@GAME_BASE_DIR@\@BASEDIR@"
7272
File /r "@ROOT_DIR@\@GAME_BASE_DIR@\@BASEDIR@\"
7373

7474
SetOutPath "$INSTDIR"

0 commit comments

Comments
 (0)