Commit d218fda737bde7a1393f68cbeb2aa4c0bf8011df

Authored by Perry Werneck
1 parent f8fb9c0d

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 \
... ...
branding/appdata.xml.in
... ... @@ -6,7 +6,7 @@
6 6  
7 7 -->
8 8  
9   -<component type="desktop-application">
  9 +<component type="desktop">
10 10  
11 11 <id>@APPLICATION_ID@</id>
12 12  
... ...