Fix Finder icon (#216)
- Regenerate new strawberry.icns - Fix Info.plist CFBundleIconFile - Install Info.plist to strawberry.app
This commit is contained in:
committed by
Jonas Kvinge
parent
045b0cd075
commit
45125abb8f
3
dist/CMakeLists.txt
vendored
3
dist/CMakeLists.txt
vendored
@@ -24,5 +24,6 @@ if (UNIX AND NOT APPLE)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (APPLE)
|
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)
|
endif (APPLE)
|
||||||
|
|||||||
2
dist/macos/Info.plist.in
vendored
2
dist/macos/Info.plist.in
vendored
@@ -11,7 +11,7 @@
|
|||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Strawberry ${STRAWBERRY_VERSION_DISPLAY}</string>
|
<string>Strawberry ${STRAWBERRY_VERSION_DISPLAY}</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>strawberry</string>
|
<string>strawberry.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>org.strawberry.strawberry</string>
|
<string>org.strawberry.strawberry</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
|||||||
BIN
dist/macos/strawberry.icns
vendored
BIN
dist/macos/strawberry.icns
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 1.5 MiB |
Reference in New Issue
Block a user