mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 00:04:43 +01:00
Remove unnecessary verify_app function
fixup_bundle performs bundle verification, so this was a duplicate
This commit is contained in:
@@ -201,7 +201,6 @@ if(MACOS_BUNDLE)
|
||||
install(CODE "
|
||||
include(BundleUtilities)
|
||||
fixup_bundle(${CMAKE_BINARY_DIR}/${MACOS_APP_NAME} \"\" \"\")
|
||||
verify_app(${CMAKE_BINARY_DIR}/${MACOS_APP_NAME})
|
||||
" BUNDLE DESTINATION ${CMAKE_BINARY_DIR}
|
||||
)
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user