mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 13:12:11 +02:00
use RMDir for removal of old SC dirs
This commit is contained in:
parent
6951f1aed7
commit
4e76f3ccc4
1 changed files with 2 additions and 2 deletions
|
@ -688,8 +688,8 @@ Section "-Core installation"
|
|||
;Delete any server-console files installed before it was placed in sub-folder
|
||||
;This is temporary and can be removed once users who had the initial installer have updated
|
||||
Delete "$INSTDIR\server-console.exe"
|
||||
Delete "$INSTDIR\locales"
|
||||
Delete "$INSTDIR\resources\app"
|
||||
RMDir /r "$INSTDIR\locales"
|
||||
RMDir /r "$INSTDIR\resources\app"
|
||||
Delete "$INSTDIR\resources\atom.asar"
|
||||
Delete "$INSTDIR\build-info.json"
|
||||
Delete "$INSTDIR\content_resources_200_percent.pak"
|
||||
|
|
Loading…
Reference in a new issue