macOS: Verify app bundle

This commit is contained in:
Andrew Nelless 2017-02-10 16:45:26 +00:00
parent d45831f5ea
commit c211184c23
1 changed files with 2 additions and 0 deletions

View File

@ -364,6 +364,8 @@ endmacro (configure_files)
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/macos/bundle ${CMAKE_BINARY_DIR}/bundle) configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/macos/bundle ${CMAKE_BINARY_DIR}/bundle)
include (BundleUtilities)
verify_app (${CMAKE_BINARY_DIR}/bundle/Synergy.app)
elseif(WIN32 AND NOT UNIX) elseif(WIN32 AND NOT UNIX)
configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/wix ${CMAKE_BINARY_DIR}/installer) configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/wix ${CMAKE_BINARY_DIR}/installer)
endif() endif()