diff --git a/CMakeLists.txt b/CMakeLists.txt index db0645991..98f324db9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1279,15 +1279,10 @@ if (NOT ANDROID OR TERMUX) install(FILES res/logo.png RENAME furnace.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/1024x1024/apps) else() if (MAKE_BUNDLE) - install(TARGETS ${FURNACE} BUNDLE DESTINATION Applications) + install(TARGETS ${FURNACE} BUNDLE DESTINATION Applications RESOURCE DESTINATION Resources) else() install(TARGETS ${FURNACE} RUNTIME DESTINATION bin) endif() - - # ?!?! - if (APPLE AND NOT FORCE_APPLE_BIN) - install(TARGETS ${FURNACE} RESOURCE DESTINATION Resources) - endif() endif() endif()