Commit 50762fd0d778eae2afa8141c0afcbe6ae39874f9
1 parent
6ea18cbb
Exists in
master
and in
2 other branches
Installing icon (playing with gnome-software)
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
branding/Makefile.in
@@ -134,6 +134,12 @@ install-linux: \ | @@ -134,6 +134,12 @@ install-linux: \ | ||
134 | appdata.xml \ | 134 | appdata.xml \ |
135 | $(DESTDIR)$(datarootdir)/appdata/$(APPLICATION_ID).appdata.xml | 135 | $(DESTDIR)$(datarootdir)/appdata/$(APPLICATION_ID).appdata.xml |
136 | 136 | ||
137 | + @$(MKDIR) $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps | ||
138 | + | ||
139 | + @$(INSTALL_DATA) \ | ||
140 | + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ | ||
141 | + $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/$(APPLICATION_ID).svg | ||
142 | + | ||
137 | install-windows: \ | 143 | install-windows: \ |
138 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME).svg \ | 144 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME).svg \ |
139 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME)-logo.svg \ | 145 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME)-logo.svg \ |