Skip to content

Commit

Permalink
xemu.appdata.xml: Add screenshots to appdata file
Browse files Browse the repository at this point in the history
  • Loading branch information
j8r committed Jan 18, 2023
1 parent 328656d commit ca6e712
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions xemu.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,32 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>app.xemu.xemu</id>

<name>xemu</name>
<summary>Original Xbox Emulator</summary>

<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-only</project_license>

<supports>
<control>pointing</control>
<control>keyboard</control>
<control>gamepad</control>
</supports>

<description>
<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.
</p>
</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>
<category>Game</category>
<category>Emulator</category>
</categories>

<content_rating type="oars-1.1"/>

<url type="homepage">https://xemu.app</url>
<url type="bugtracker">https://github.com/xemu-project/xemu/issues</url>
<url type="help">https://xemu.app/docs</url>
Expand All @@ -37,5 +46,4 @@
<provides>
<binary>xemu</binary>
</provides>

</component>

0 comments on commit ca6e712

Please sign in to comment.