mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 21:15:07 +02:00
Merge pull request #12298 from Atlante45/hotfix/crashpad-packaging
Beta Release 63.1 - hotfix
This commit is contained in:
commit
399c24bf06
2 changed files with 3 additions and 2 deletions
|
@ -51,8 +51,8 @@ macro(add_crashpad)
|
||||||
)
|
)
|
||||||
install(
|
install(
|
||||||
PROGRAMS ${CRASHPAD_HANDLER_EXE_PATH}
|
PROGRAMS ${CRASHPAD_HANDLER_EXE_PATH}
|
||||||
DESTINATION ${CLIENT_COMPONENT}
|
DESTINATION ${INTERFACE_INSTALL_DIR}
|
||||||
COMPONENT ${INTERFACE_INSTALL_DIR}
|
COMPONENT ${CLIENT_COMPONENT}
|
||||||
)
|
)
|
||||||
endif ()
|
endif ()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
|
@ -823,6 +823,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\client"
|
||||||
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