1
0
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:
adam-bloom
2021-04-01 22:37:09 -06:00
parent 927b213782
commit e45d002562

View File

@@ -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 ()