Fix Finder icon (#216)

- Regenerate new strawberry.icns
- Fix Info.plist CFBundleIconFile
- Install Info.plist to strawberry.app
This commit is contained in:
Martin Delille
2019-07-17 23:13:15 +02:00
committed by Jonas Kvinge
parent 045b0cd075
commit 45125abb8f
3 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<key>CFBundleGetInfoString</key>
<string>Strawberry ${STRAWBERRY_VERSION_DISPLAY}</string>
<key>CFBundleIconFile</key>
<string>strawberry</string>
<string>strawberry.icns</string>
<key>CFBundleIdentifier</key>
<string>org.strawberry.strawberry</string>
<key>CFBundleInfoDictionaryVersion</key>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB