diff --git a/dist/CMakeLists.txt b/dist/CMakeLists.txt index dde6b5a96..04df44586 100644 --- a/dist/CMakeLists.txt +++ b/dist/CMakeLists.txt @@ -24,5 +24,6 @@ if (UNIX AND NOT APPLE) endif() if (APPLE) - install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../dist/macos/strawberry.icns" DESTINATION "${CMAKE_BINARY_DIR}/strawberry.app/Contents/Resources") + install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../dist/macos/Info.plist" DESTINATION "${CMAKE_BINARY_DIR}/strawberry.app/Contents") + install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../dist/macos/strawberry.icns" DESTINATION "${CMAKE_BINARY_DIR}/strawberry.app/Contents/Resources") endif (APPLE) diff --git a/dist/macos/Info.plist.in b/dist/macos/Info.plist.in index 4e1004b5b..d6cc021a3 100644 --- a/dist/macos/Info.plist.in +++ b/dist/macos/Info.plist.in @@ -11,7 +11,7 @@ CFBundleGetInfoString Strawberry ${STRAWBERRY_VERSION_DISPLAY} CFBundleIconFile - strawberry + strawberry.icns CFBundleIdentifier org.strawberry.strawberry CFBundleInfoDictionaryVersion diff --git a/dist/macos/strawberry.icns b/dist/macos/strawberry.icns index e15ec254b..37c8a81b7 100644 Binary files a/dist/macos/strawberry.icns and b/dist/macos/strawberry.icns differ