Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2018-10-18 20:54:37 +0300
committerDominik Schmidt <dev@dominik-schmidt.de>2018-10-18 20:54:37 +0300
commit53478086238c2af751c5e44cb8143b08e83b55c7 (patch)
treea289ec7bef643e79abacfd13fb410810a0f6ab37 /cmake
parentc24e27022ad147ad3ebe2c1ab2aa6fe979dd043f (diff)
Fix icon name in Info.plist
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index 9eb0f2bc5..f8e4f8836 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -11,7 +11,7 @@
<key>CFBundleExecutable</key>
<string>@APPLICATION_EXECUTABLE@</string>
<key>CFBundleIconFile</key>
- <string>@APPLICATION_EXECUTABLE@.icns</string>
+ <string>@APPLICATION_ICON_NAME@.icns</string>
<key>CFBundleIdentifier</key>
<string>@APPLICATION_REV_DOMAIN@</string>
<key>CFBundleInfoDictionaryVersion</key>