xemu.appdata.xml: Add screenshots to appdata file

This commit is contained in:
Julien Reichardt 2023-01-18 20:17:10 +01:00 committed by GitHub
parent 328656dbd9
commit ca6e712ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 6 deletions

View File

@ -1,32 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application"> <component type="desktop-application">
<id>app.xemu.xemu</id> <id>app.xemu.xemu</id>
<name>xemu</name> <name>xemu</name>
<summary>Original Xbox Emulator</summary> <summary>Original Xbox Emulator</summary>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-only</project_license> <project_license>GPL-2.0-only</project_license>
<supports> <supports>
<control>pointing</control> <control>pointing</control>
<control>keyboard</control> <control>keyboard</control>
<control>gamepad</control> <control>gamepad</control>
</supports> </supports>
<description> <description>
<p> <p>
A free and open-source application that emulates the original Microsoft Xbox game console. Supports connecting up to 4 controllers for local play, networking for multiplayer, resolution scaling, and more. A free and open-source application that emulates the original Microsoft Xbox game console. Supports connecting up to 4 controllers for local play, networking for multiplayer, resolution scaling, and more.
</p> </p>
</description> </description>
<screenshots>
<screenshot type="default"><image>https://xemu.app/screenshots/0.png</image></screenshot>
<screenshot><image>https://xemu.app/screenshots/1.png</image></screenshot>
<screenshot><image>https://xemu.app/screenshots/2.png</image></screenshot>
<screenshot><image>https://xemu.app/screenshots/3.png</image></screenshot>
<screenshot><image>https://xemu.app/screenshots/4.png</image></screenshot>
<screenshot><image>https://xemu.app/screenshots/5.png</image></screenshot>
</screenshots>
<categories> <categories>
<category>Game</category> <category>Game</category>
<category>Emulator</category> <category>Emulator</category>
</categories> </categories>
<content_rating type="oars-1.1"/> <content_rating type="oars-1.1"/>
<url type="homepage">https://xemu.app</url> <url type="homepage">https://xemu.app</url>
<url type="bugtracker">https://github.com/xemu-project/xemu/issues</url> <url type="bugtracker">https://github.com/xemu-project/xemu/issues</url>
<url type="help">https://xemu.app/docs</url> <url type="help">https://xemu.app/docs</url>
@ -37,5 +46,4 @@
<provides> <provides>
<binary>xemu</binary> <binary>xemu</binary>
</provides> </provides>
</component> </component>