mirror of https://github.com/xemu-project/xemu.git
xemu.appdata.xml: Add screenshots to appdata file
This commit is contained in:
parent
328656dbd9
commit
ca6e712ecd
|
@ -20,6 +20,15 @@
|
||||||
</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>
|
||||||
|
@ -37,5 +46,4 @@
|
||||||
<provides>
|
<provides>
|
||||||
<binary>xemu</binary>
|
<binary>xemu</binary>
|
||||||
</provides>
|
</provides>
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
|
|
Loading…
Reference in New Issue