Update metainfo.xml to new standards
Update metainfo.xml to new standards. Fix #1221
This commit is contained in:
parent
e7d135dbf1
commit
5f853b99ad
|
@ -1,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<application>
|
||||
<id type="desktop">visualboyadvance-m.desktop</id>
|
||||
<developer id="visualboyadvance-m.org">
|
||||
<name>VisualBoyAdvance-M</name>
|
||||
</developer>
|
||||
<component type="desktop">
|
||||
<id>org.visualboyadvance_m.visualboyadvance_m</id>
|
||||
<metadata_license>CC-BY-SA-3.0</metadata_license>
|
||||
<project_license>GPL-2.0</project_license>
|
||||
<content_rating type="oars-1.1"/>
|
||||
|
@ -20,15 +17,16 @@
|
|||
</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">https://visualboyadvance-m.org/screenshots/1.png</screenshot>
|
||||
<screenshot>https://visualboyadvance-m.org/screenshots/2.png</screenshot>
|
||||
<screenshot>https://visualboyadvance-m.org/screenshots/3.png</screenshot>
|
||||
<screenshot>https://visualboyadvance-m.org/screenshots/4.png</screenshot>
|
||||
<screenshot type="default"><image type="source">https://visualboyadvance-m.org/screenshots/1.png</image></screenshot>
|
||||
<screenshot><image type="source">https://visualboyadvance-m.org/screenshots/2.png</image></screenshot>
|
||||
<screenshot><image type="source">https://visualboyadvance-m.org/screenshots/3.png</image></screenshot>
|
||||
<screenshot><image type="source">https://visualboyadvance-m.org/screenshots/4.png</image></screenshot>
|
||||
</screenshots>
|
||||
<launchable type="desktop-id">visualboyadvance-m.desktop</launchable>
|
||||
<releases>
|
||||
<release version="2.1.9" date="2024-02-03"/>
|
||||
</releases>
|
||||
<url type="homepage">http://visualboyadvance-m.org/</url>
|
||||
<url type="homepage">https://visualboyadvance-m.org</url>
|
||||
<url type="bugtracker">https://github.com/visualboyadvance-m/visualboyadvance-m/issues</url>
|
||||
<updatecontact>zachbacon@visualboyadvance-m.org</updatecontact>
|
||||
</application>
|
||||
<update_contact>zachbacon@visualboyadvance-m.org</update_contact>
|
||||
</component>
|
||||
|
|
Loading…
Reference in New Issue