aboutsummaryrefslogtreecommitdiff
path: root/dist/yuzu.desktop
diff options
context:
space:
mode:
authorAndrea Pappacoda <andrea@pappacoda.it>2022-04-28 23:24:19 +0200
committerAndrea Pappacoda <andrea@pappacoda.it>2022-04-29 13:05:55 +0200
commit073df3d7eb59ea73f652927a637e2a3f99a584a2 (patch)
tree494a4fb62e7601abee2f5a1868d792e8489d3222 /dist/yuzu.desktop
parentca28b447acfb8bf9feeccc2c3b8656595231fd87 (diff)
dist: add AppStream metadata
The AppStream file is mostly copied from the one already used by the Flatpak yuzu build: https://github.com/flathub/org.yuzu_emu.yuzu/blob/62fc225acfa0178ddf61be68ad9be60841077263/org.yuzu_emu.yuzu.metainfo.xml As it already defines the application id as org.yuzu_emu.yuzu I renamed the yuzu.desktop and yuzu.xml files so that they match. I've also made some minor tweaks to it, like fixing the capitalization of "yuzu", adding a few keys and sorting them as presented in the documentation. Lastly, I added PrefersNonDefaultGPU=true to the .desktop file so that yuzu is launched with the dedicated graphics card on Linux.
Diffstat (limited to 'dist/yuzu.desktop')
-rw-r--r--dist/yuzu.desktop12
1 files changed, 0 insertions, 12 deletions
diff --git a/dist/yuzu.desktop b/dist/yuzu.desktop
deleted file mode 100644
index 6cc0704d2..000000000
--- a/dist/yuzu.desktop
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=yuzu
-GenericName=Switch Emulator
-Comment=Nintendo Switch video game console emulator
-Icon=yuzu
-TryExec=yuzu
-Exec=yuzu %f
-Categories=Game;Emulator;Qt;
-MimeType=application/x-nx-nro;application/x-nx-nso;application/x-nx-nsp;application/x-nx-xci;
-Keywords=Switch;Nintendo; \ No newline at end of file