mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-31 17:39:15 +00:00
Currently the appimages work fine, however I realized there's some room to improve on following the standards and a bit of cleaning. AppImages now follow the linux FHS and a `.DirIcon` to follow the Spec closer, along with changing the icon and desktop file names (the resulting AppImage will have the same name, it's only used internally) Metadata has been added, it helps with applications meant to manage appimages, as well as a future possible auto-updater. The icon has been replaced temporarily as we wait for the updated one, just taken from the windows .ico. The `.DirIcon` needs to be a PNG, however `app.ryujinx.Ryujinx.png` can be an svg as well for some reason. The launcher script may not need to exist (gamemode and envvars), but as to not break anything the important things have been kept. The commits messages of this PR contain information as to why each change was made. Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/110
26 lines
881 B
XML
26 lines
881 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>app.ryujinx.Ryujinx</id>
|
|
<metadata_license>MIT</metadata_license>
|
|
<project_license>MIT</project_license>
|
|
<name>Ryujinx</name>
|
|
<summary>Nintendo Switch 1 emulator written in C#</summary>
|
|
<description>
|
|
<p>Ryujinx is an open-source Nintendo Switch emulator, originally created by gdkchan, written in C#.</p>
|
|
</description>
|
|
<launchable type="desktop-id">app.ryujinx.Ryujinx.desktop</launchable>
|
|
<url type="homepage">https://ryujinx.app/</url>
|
|
<developer id="app.ryujinx">
|
|
<name>Ryubing</name>
|
|
</developer>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://git.ryujinx.app/projects/Ryubing/raw/branch/master/docs/shell.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<provides>
|
|
<id>app.ryujinx.Ryujinx.desktop</id>
|
|
</provides>
|
|
<content_rating type="oars-1.1" />
|
|
</component>
|