diff options
Diffstat (limited to 'data/com.jadupc.support.appdata.xml.in.in')
-rw-r--r-- | data/com.jadupc.support.appdata.xml.in.in | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/data/com.jadupc.support.appdata.xml.in.in b/data/com.jadupc.support.appdata.xml.in.in index bafc901..963354c 100644 --- a/data/com.jadupc.support.appdata.xml.in.in +++ b/data/com.jadupc.support.appdata.xml.in.in @@ -1,9 +1,33 @@ <?xml version="1.0" encoding="UTF-8"?> <component type="desktop"> <id>@APPLICATION_ID@.desktop</id> + <name>JaduPC Remote Support Console</name> + <summary>Ask JaduPC for remote support.</summary> + <content_rating type="oars-1.0" /> <metadata_license>CC0-1.0</metadata_license> <project_license>@LICENSE@</project_license> <description> - <p>@PROJECT_INFO@</p> + <p>@PROJECT_INFO@</p> </description> + + <launchable type="desktop-id">com.jadupc.support.desktop</launchable> + <url type="homepage">https://git.jadupc.com/pkgs/jadupc-remote-support-console</url> + + <screenshots> + <screenshot type="default"> + <caption>Start-up Window</caption> + <image>https://dev.jadupc.com/screenshots/jadupc-remote-support-console/start-up.png</image> + </screenshot> + <screenshot> + <caption>Remote Session Window</caption> + <image>https://dev.jadupc.com/screenshots/jadupc-remote-support-console/remote-session.png</image> + </screenshot> + </screenshots> + <releases> + <release version="0.9.0" date="2023-10-08"> + <description> + <p>Initial Release</p> + </description> + </release> + </releases> </component> |