summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-26 00:12:22 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-26 00:12:22 +0200
commit85c2f6a51e3fbc2648bf03bccbc6e3192c154048 (patch)
tree6fc7d4b0c9df160bb0b38daa2cf3ccfb2ea58f8b
parentf2dc08836e9173902208bd480c959db4655c0ccf (diff)
downloadkube-85c2f6a51e3fbc2648bf03bccbc6e3192c154048.tar.gz
kube-85c2f6a51e3fbc2648bf03bccbc6e3192c154048.zip
We're not using the svg anyways and maybe this fixes mac icon generation
-rw-r--r--applications/kube/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/kube/CMakeLists.txt b/applications/kube/CMakeLists.txt
index 4495d842..fa145816 100644
--- a/applications/kube/CMakeLists.txt
+++ b/applications/kube/CMakeLists.txt
@@ -9,7 +9,7 @@ set(SRCS main.cpp)
9 9
10if(APPLE OR WIN32) 10if(APPLE OR WIN32)
11 # Sets the icon on Windows and OSX 11 # Sets the icon on Windows and OSX
12 file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../../icons/*-apps-kube_icon.*") 12 file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../../icons/*-apps-kube_icon.png")
13 ecm_add_app_icon(SRCS ICONS ${ICONS_SRCS}) 13 ecm_add_app_icon(SRCS ICONS ${ICONS_SRCS})
14endif() 14endif()
15 15