Skip to content

Commit c69abea

Browse files
committed
[data] Disable install for SVG launcher icon. Resolves #194
Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
1 parent 162d498 commit c69abea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/data.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ for(size, SIZES) {
3030
INSTALLS += icon$${size}x$${size}
3131
}
3232

33-
icon_svg.files = $$PWD/artwork/$${TARGET}.svg
34-
icon_svg.path = /usr/share/icons/hicolor/scalable/apps
35-
INSTALLS += icon_svg
33+
#icon_svg.files = $$PWD/artwork/$${TARGET}.svg
34+
#icon_svg.path = /usr/share/icons/hicolor/scalable/apps
35+
#INSTALLS += icon_svg
3636

3737
desktop.files = $$PWD/$${TARGET}.desktop
3838
desktop.path = /usr/share/applications

0 commit comments

Comments
 (0)