1
0
mirror of synced 2024-11-24 15:50:16 +01:00

build: Set MACOSX_BUNDLE_INFO_PLIST in a different way

This commit is contained in:
WerWolv 2022-08-10 20:18:37 +02:00
parent e16be09f9a
commit 164cb1285b

View File

@ -163,6 +163,8 @@ macro(configurePackingResources)
else ()
set ( bundle_path "${CMAKE_BINARY_DIR}/ImHex.app" )
endif()
set_property(TARGET main PROPERTY MACOSX_BUNDLE_INFO_PLIST ${MACOSX_BUNDLE_INFO_PLIST})
endif()
endif()
endmacro()