Commit d218fda737bde7a1393f68cbeb2aa4c0bf8011df
1 parent
f8fb9c0d
Exists in
master
and in
2 other branches
Adjusting appdata
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
branding/Makefile.in
... | ... | @@ -132,7 +132,7 @@ install-linux: \ |
132 | 132 | |
133 | 133 | @$(INSTALL_DATA) \ |
134 | 134 | appdata.xml \ |
135 | - $(DESTDIR)$(datarootdir)/appdata/$(PRODUCT_NAME).appdata.xml | |
135 | + $(DESTDIR)$(datarootdir)/appdata/$(APPLICATION_ID).appdata.xml | |
136 | 136 | |
137 | 137 | install-windows: \ |
138 | 138 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME).svg \ | ... | ... |