From 24e2c809e4ba4103066ebdd1d64a4d703f82efab Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Thu, 22 Mar 2018 16:30:22 +0100 Subject: [PATCH] macOS: Fix .app icon --- cmake/modules/MacOSXBundleInfo.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in index 5d8fd0e109..96ac29b16a 100644 --- a/cmake/modules/MacOSXBundleInfo.plist.in +++ b/cmake/modules/MacOSXBundleInfo.plist.in @@ -11,7 +11,7 @@ CFBundleExecutable @APPLICATION_EXECUTABLE@ CFBundleIconFile - ownCloud.icns + @APPLICATION_EXECUTABLE@.icns CFBundleIdentifier @APPLICATION_REV_DOMAIN@ CFBundleInfoDictionaryVersion