mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 13:12:40 +02:00
remove anything previously installed by old server-console
This commit is contained in:
parent
971603bd57
commit
921d4dccd7
1 changed files with 24 additions and 0 deletions
|
@ -685,6 +685,30 @@ FunctionEnd
|
|||
;Installer Sections
|
||||
|
||||
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"
|
||||
Delete "$INSTDIR\resources\atom.asar"
|
||||
Delete "$INSTDIR\build-info.json"
|
||||
Delete "$INSTDIR\content_resources_200_percent.pak"
|
||||
Delete "$INSTDIR\content_shell.pak"
|
||||
Delete "$INSTDIR\d3dcompiler_47.dll"
|
||||
Delete "$INSTDIR\icudtl.dat"
|
||||
Delete "$INSTDIR\libEGL.dll"
|
||||
Delete "$INSTDIR\libGLESv2.dll"
|
||||
Delete "$INSTDIR\LICENSE"
|
||||
Delete "$INSTDIR\LICENSES.chromium.html"
|
||||
Delete "$INSTDIR\natives_blob.bin"
|
||||
Delete "$INSTDIR\node.dll"
|
||||
Delete "$INSTDIR\pdf.dll"
|
||||
Delete "$INSTDIR\snapshot_blob.bin"
|
||||
Delete "$INSTDIR\ui_resources_200_percent.pak"
|
||||
Delete "$INSTDIR\vccorlib120.dll"
|
||||
Delete "$INSTDIR\version"
|
||||
Delete "$INSTDIR\xinput1_3.dll"
|
||||
|
||||
;Use the entire tree produced by the INSTALL target. Keep the
|
||||
;list of directories here in sync with the RMDir commands below.
|
||||
SetOutPath "$INSTDIR"
|
||||
|
|
Loading…
Reference in a new issue