Commit 6ea18cbba02a36de3002ee7430c7526481dbc55c
1 parent
d218fda7
Exists in
master
and in
2 other branches
Working with appdata.
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
branding/appdata.xml.in
... | ... | @@ -2,13 +2,16 @@ |
2 | 2 | |
3 | 3 | <!-- |
4 | 4 | |
5 | - References: https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps | |
5 | + References: | |
6 | + | |
7 | + https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps | |
8 | + https://people.freedesktop.org/~hughsient/temp/AppData_WhitePaper.pdf | |
6 | 9 | |
7 | 10 | --> |
8 | 11 | |
9 | 12 | <component type="desktop"> |
10 | 13 | |
11 | - <id>@APPLICATION_ID@</id> | |
14 | + <id>@APPLICATION_ID@.desktop</id> | |
12 | 15 | |
13 | 16 | <metadata_license>CC0-1.0</metadata_license> |
14 | 17 | <project_license>LGPL-3.0</project_license> | ... | ... |