mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
add removal of resources folder during install process
This commit is contained in:
parent
3890197efe
commit
c4ec02c4bf
1 changed files with 3 additions and 0 deletions
|
@ -589,6 +589,9 @@ Section "-Core installation"
|
|||
Delete "$INSTDIR\version"
|
||||
Delete "$INSTDIR\xinput1_3.dll"
|
||||
|
||||
; Remove the resources folder so we don't end up including removed QML files
|
||||
RMDir /r "$INSTDIR\resources"
|
||||
|
||||
; Delete old desktop shortcuts before they were renamed during Sandbox rename
|
||||
Delete "$DESKTOP\@PRE_SANDBOX_INTERFACE_SHORTCUT_NAME@.lnk"
|
||||
Delete "$DESKTOP\@PRE_SANDBOX_CONSOLE_SHORTCUT_NAME@.lnk"
|
||||
|
|
Loading…
Reference in a new issue