Commit f8fb9c0db55307b2edfa7f078a8d745161be392e

Authored by Perry Werneck
1 parent 90c03782

Adjustments in appdata.

Showing 1 changed file with 9 additions and 2 deletions   Show diff stats
branding/appdata.xml.in
1 1 <?xml version="1.0" encoding="UTF-8"?>
2   -<component type="desktop">
3 2  
4   - <id>@APPLICATION_ID@.desktop</id>
  3 +<!--
  4 +
  5 + References: https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps
  6 +
  7 +-->
  8 +
  9 +<component type="desktop-application">
  10 +
  11 + <id>@APPLICATION_ID@</id>
5 12  
6 13 <metadata_license>CC0-1.0</metadata_license>
7 14 <project_license>LGPL-3.0</project_license>
... ...