Commit b3beeadb6c24fa1ee5d026a482de5b2624521226
1 parent
d6e4864c
Exists in
master
and in
2 other branches
Fixing appdata icon.
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
branding/Makefile.in
| ... | ... | @@ -135,12 +135,12 @@ install-linux: \ |
| 135 | 135 | @$(MKDIR) $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps |
| 136 | 136 | @$(INSTALL_DATA) \ |
| 137 | 137 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ |
| 138 | - $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/$(PRODUCT_NAME).svg | |
| 138 | + $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/$(APPLICATION_ID).svg | |
| 139 | 139 | |
| 140 | 140 | @$(MKDIR) $(DESTDIR)$(datarootdir)/icons |
| 141 | 141 | @$(INSTALL_DATA) \ |
| 142 | 142 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ |
| 143 | - $(DESTDIR)$(datarootdir)/icons/$(PRODUCT_NAME).svg | |
| 143 | + $(DESTDIR)$(datarootdir)/icons/$(APPLICATION_ID).svg | |
| 144 | 144 | |
| 145 | 145 | install-windows: \ |
| 146 | 146 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME).svg \ | ... | ... |
branding/launcher.desktop.in