macOS: Fix .app icon

This commit is contained in:
Markus Goetz 2018-03-22 16:30:22 +01:00
parent 75a269acb6
commit 24e2c809e4

View File

@ -11,7 +11,7 @@
<key>CFBundleExecutable</key>
<string>@APPLICATION_EXECUTABLE@</string>
<key>CFBundleIconFile</key>
<string>ownCloud.icns</string>
<string>@APPLICATION_EXECUTABLE@.icns</string>
<key>CFBundleIdentifier</key>
<string>@APPLICATION_REV_DOMAIN@</string>
<key>CFBundleInfoDictionaryVersion</key>