3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 17:55:29 +02:00

use new console exec name var from properties

This commit is contained in:
Stephen Birarda 2016-01-11 15:34:07 -08:00
parent 53eb66418a
commit 929976e781

View file

@ -714,7 +714,7 @@ Section "-Core installation"
; Conditional handling for server console shortcut
${If} ${SectionIsSelected} ${server}
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\@CONSOLE_SHORTCUT_NAME@.lnk" \
"$INSTDIR\@CONSOLE_EXEC_NAME@"
"$INSTDIR\@CONSOLE_WIN_EXEC_NAME@"
${EndIf}
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Uninstall.lnk" "$INSTDIR\Uninstall.exe"