From 19d1fb6e120b797ff5463f74c49bc0f4d43795f1 Mon Sep 17 00:00:00 2001 From: Piyush Aggarwal Date: Wed, 28 Oct 2020 19:13:53 +0530 Subject: [PATCH] remove kdeconnectindicatorwin.svg from CMake to fix windows build --- icon/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/icon/CMakeLists.txt b/icon/CMakeLists.txt index 844fb65e0..e34a628c8 100644 --- a/icon/CMakeLists.txt +++ b/icon/CMakeLists.txt @@ -4,11 +4,7 @@ set(APP_ICONS sc-apps-kdeconnectindicator.svg ) -if(WIN32) - list(APPEND APP_ICONS sc-apps-kdeconnectindicatorwin.svg) -else() - list(APPEND APP_ICONS sc-apps-kdeconnectindicatordark.svg) -endif() +list(APPEND APP_ICONS sc-apps-kdeconnectindicatordark.svg) if(APPLE) # Craft adds share/icons into blacklist, which will not be copied into the bundle