diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-26 00:12:22 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-26 00:12:22 +0200 |
commit | 85c2f6a51e3fbc2648bf03bccbc6e3192c154048 (patch) | |
tree | 6fc7d4b0c9df160bb0b38daa2cf3ccfb2ea58f8b | |
parent | f2dc08836e9173902208bd480c959db4655c0ccf (diff) | |
download | kube-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.txt | 2 |
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 | ||
10 | if(APPLE OR WIN32) | 10 | if(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}) |
14 | endif() | 14 | endif() |
15 | 15 | ||