add: desktop entry, metadata, app name, icons

This commit is contained in:
2026-08-27 22:01:13 -04:00
parent 53d58fcb7e
commit 2f4cfe51b7
5 changed files with 180 additions and 6 deletions
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.wyattjmiller.snespatcher</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MPL-2.0</project_license>
<name>SNES Patcher</name>
<summary>Apply IPS and BPS patches to Super Nintendo ROMs</summary>
<description>
<p>
SNES Patcher creates patched copies of Super Nintendo ROMs
while preserving the original file.
</p>
</description>
<launchable type="desktop-id">
com.wyattjmiller.snespatcher.desktop
</launchable>
<url type="homepage">
https://scm.wyattjmiller.com/wymiller/snespatcher
</url>
<content_rating type="oars-1.1"/>
</component>