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:
parent
53eb66418a
commit
929976e781
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue