remove kdeconnectindicatorwin.svg from CMake to fix windows build

This commit is contained in:
Piyush Aggarwal 2020-10-28 19:13:53 +05:30
parent 61bd71306c
commit 19d1fb6e12

View file

@ -4,11 +4,7 @@ set(APP_ICONS
sc-apps-kdeconnectindicator.svg sc-apps-kdeconnectindicator.svg
) )
if(WIN32) list(APPEND APP_ICONS sc-apps-kdeconnectindicatordark.svg)
list(APPEND APP_ICONS sc-apps-kdeconnectindicatorwin.svg)
else()
list(APPEND APP_ICONS sc-apps-kdeconnectindicatordark.svg)
endif()
if(APPLE) if(APPLE)
# Craft adds share/icons into blacklist, which will not be copied into the bundle # Craft adds share/icons into blacklist, which will not be copied into the bundle