mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 08:56:36 +02:00
handle skipped parameters in CreateShortcut call
This commit is contained in:
parent
6a503f3db0
commit
25d9a1869a
1 changed files with 2 additions and 0 deletions
|
@ -710,6 +710,7 @@ Section "-Core installation"
|
|||
${If} ${SectionIsSelected} ${client}
|
||||
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\${INTERFACE_SHORTCUT_NAME}.lnk" \
|
||||
"$INSTDIR\${INTERFACE_EXEC_NAME}" \
|
||||
"" \
|
||||
"$INSTDIR\${INTERFACE_EXEC_NAME}" ${INTERFACE_ICON_INDEX}
|
||||
${EndIf}
|
||||
|
||||
|
@ -717,6 +718,7 @@ Section "-Core installation"
|
|||
${If} ${SectionIsSelected} ${server}
|
||||
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\${CONSOLE_SHORTCUT_NAME}.lnk" \
|
||||
"$INSTDIR\${CONSOLE_EXEC_NAME}" \
|
||||
"" \
|
||||
"$INSTDIR\${CONSOLE_EXEC_NAME}" ${CONSOLE_ICON_INDEX}\
|
||||
${EndIf}
|
||||
|
||||
|
|
Loading…
Reference in a new issue