mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 10:02:12 +02:00
remove old startup menu item for Server Console
This commit is contained in:
parent
05163367e1
commit
a200e56f92
1 changed files with 5 additions and 2 deletions
|
@ -589,14 +589,17 @@ Section "-Core installation"
|
|||
Delete "$INSTDIR\version"
|
||||
Delete "$INSTDIR\xinput1_3.dll"
|
||||
|
||||
; Delete old desktop shortcuts before they were renamed
|
||||
; Delete old desktop shortcuts before they were renamed during Sandbox rename
|
||||
Delete "$DESKTOP\@INTERFACE_SHORTCUT_NAME@.lnk"
|
||||
Delete "$DESKTOP\@CONSOLE_SHORTCUT_NAME@.lnk"
|
||||
|
||||
; Delete old startmenu shortcuts before rename
|
||||
; Delete old Start Menu shortcuts before Sandbox rename
|
||||
Delete "$SMPROGRAMS\$STARTMENU_FOLDER\High Fidelity.lnk"
|
||||
Delete "$SMPROGRAMS\$STARTMENU_FOLDER\Server Console.lnk"
|
||||
|
||||
; Delete old startup item for Server Console before Sandbox rename
|
||||
Delete "$SMSTARTUP\Server Console.lnk"
|
||||
|
||||
; Rename the incorrectly cased Raleway font
|
||||
Rename "$INSTDIR\resources\qml\styles-uit\RalewaySemibold.qml" "$INSTDIR\resources\qml\styles-uit\RalewaySemiBold.qml"
|
||||
|
||||
|
|
Loading…
Reference in a new issue