1
0

Other: include sentry dll for Windows deploy.

This commit is contained in:
Romain LE JEUNE
2022-11-29 12:13:26 +01:00
committed by Romain Le Jeune
parent a78b2dee46
commit 7510ba2541
3 changed files with 9 additions and 7 deletions

View File

@ -46,4 +46,7 @@ install(DIRECTORY "${QT_DIR}/lib/QtQuickDialogs2Utils.framework"
# PLUGINS
install(FILES "${QT_DIR}/plugins/imageformats/libqsvg.dylib"
DESTINATION "${CMAKE_INSTALL_PREFIX}/bridge-gui.app/Contents/PlugIns/imageformats")
# crash handler utils
install(PROGRAMS "${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/tools/sentry-native/crashpad_handler"
DESTINATION "${CMAKE_INSTALL_PREFIX}/bridge-gui.app/Contents/MacOS/")