Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions com.retrodev.blastem.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,18 @@
</description>
<url type="homepage">https://www.retrodev.com/blastem/</url>
<screenshots>
<screenshot type="default" width="640" height="517">https://raw.githubusercontent.com/flathub/com.retrodev.blastem/master/screenshots/blastem-1.png</screenshot>
<screenshot width="640" height="517">https://raw.githubusercontent.com/flathub/com.retrodev.blastem/master/screenshots/blastem-2.png</screenshot>
<screenshot width="640" height="517">https://raw.githubusercontent.com/flathub/com.retrodev.blastem/master/screenshots/blastem-3.png</screenshot>
<screenshot type="default" width="640" height="517">
<image>https://raw.githubusercontent.com/flathub/com.retrodev.blastem/master/screenshots/blastem-1.png</image>
<caption>An image of the emulators menu</caption>
</screenshot>
<screenshot width="640" height="517">
<image>https://raw.githubusercontent.com/flathub/com.retrodev.blastem/master/screenshots/blastem-2.png</image>
<caption>An image of the emulator running a game</caption>
</screenshot>
<screenshot width="640" height="517">
<image>https://raw.githubusercontent.com/flathub/com.retrodev.blastem/master/screenshots/blastem-3.png</image>
<caption>An image of the emulator running a game</caption>
</screenshot>
</screenshots>
<update_contact>hadess@hadess.net</update_contact>
<developer_name>Mike Pavone</developer_name>
Expand Down
3 changes: 1 addition & 2 deletions flathub.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"only-arches": [
"x86_64",
"i386"
"x86_64"
]
}