From 85c2f6a51e3fbc2648bf03bccbc6e3192c154048 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 26 Jul 2018 00:12:22 +0200 Subject: We're not using the svg anyways and maybe this fixes mac icon generation --- applications/kube/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) if(APPLE OR WIN32) # Sets the icon on Windows and OSX - file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../../icons/*-apps-kube_icon.*") + file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../../icons/*-apps-kube_icon.png") ecm_add_app_icon(SRCS ICONS ${ICONS_SRCS}) endif() -- cgit v1.2.3