Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Fix appstreamcli validate errors
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Feb 16, 2024
1 parent ffc76f2 commit 7f8ad38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions org.citra_emu.citra.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<url type="contact">https://community.citra-emu.org/</url>
<url type="contribute">https://github.com/citra-emu/citra/wiki/Contributing#contributing</url>
<screenshots>
<screenshot type="default">https://raw.githubusercontent.com/citra-emu/citra-web/master/images/screenshots/01-Super%20Mario%203D%20Land.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/citra-emu/citra-web/master/images/screenshots/02-Mario%20Kart%207.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/citra-emu/citra-web/master/images/screenshots/28-The%20Legend%20of%20Zelda%20Ocarina%20of%20Time%203D.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/citra-emu/citra-web/master/images/screenshots/35-Pok%C3%A9mon%20ORAS.png</screenshot>
<screenshot type="default"><image>https://raw.githubusercontent.com/citra-emu/citra-web/master/images/screenshots/01-Super%20Mario%203D%20Land.jpg</image></screenshot>
<screenshot><image>https://raw.githubusercontent.com/citra-emu/citra-web/master/images/screenshots/02-Mario%20Kart%207.jpg</image></screenshot>
<screenshot><image>https://raw.githubusercontent.com/citra-emu/citra-web/master/images/screenshots/28-The%20Legend%20of%20Zelda%20Ocarina%20of%20Time%203D.jpg</image></screenshot>
<screenshot><image>https://raw.githubusercontent.com/citra-emu/citra-web/master/images/screenshots/35-Pok%C3%A9mon%20ORAS.png</image></screenshot>
</screenshots>
<releases>
<release version="nightly-2095" date="2024-02-15"/>
Expand Down Expand Up @@ -302,7 +302,7 @@
<release date="2021-02-21" version="nightly-1695"/>
</releases>
<categories>
<category>Games</category>
<category>Game</category>
<category>Emulator</category>
</categories>
<developer_name>Citra Emulator Team</developer_name>
Expand Down

0 comments on commit 7f8ad38

Please sign in to comment.