mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 01:36:56 +02:00
Fix bad plugins causing instant crash on startup
This commit is contained in:
parent
4cfc80c70f
commit
0452bcfbd5
1 changed files with 1 additions and 0 deletions
|
@ -811,6 +811,7 @@ Section "-Core installation"
|
||||||
Delete "$INSTDIR\server-console.exe"
|
Delete "$INSTDIR\server-console.exe"
|
||||||
RMDir /r "$INSTDIR\locales"
|
RMDir /r "$INSTDIR\locales"
|
||||||
RMDir /r "$INSTDIR\resources\app"
|
RMDir /r "$INSTDIR\resources\app"
|
||||||
|
RMDir /r "$INSTDIR\plugins"
|
||||||
Delete "$INSTDIR\resources\atom.asar"
|
Delete "$INSTDIR\resources\atom.asar"
|
||||||
Delete "$INSTDIR\build-info.json"
|
Delete "$INSTDIR\build-info.json"
|
||||||
Delete "$INSTDIR\content_resources_200_percent.pak"
|
Delete "$INSTDIR\content_resources_200_percent.pak"
|
||||||
|
|
Loading…
Reference in a new issue