mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 21:02:39 +08:00
macOS: Verify app bundle
This commit is contained in:
@@ -364,6 +364,8 @@ endmacro (configure_files)
|
||||
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
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)
|
||||
configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/wix ${CMAKE_BINARY_DIR}/installer)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user