remove kdeconnectindicatorwin.svg from CMake to fix windows build
This commit is contained in:
parent
61bd71306c
commit
19d1fb6e12
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue