From c2d28351c7856db017dae3f2e813d8725d941c81 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Sat, 13 Jan 2018 15:39:31 -0700 Subject: Add new icons and fix up the linux paths for install --- dist/yuzu.desktop | 12 ++++++++ dist/yuzu.icns | Bin 0 -> 117940 bytes dist/yuzu.ico | Bin 838 -> 370070 bytes dist/yuzu.svg | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ dist/yuzu.xml | 18 ++++++++++++ 5 files changed, 116 insertions(+) create mode 100644 dist/yuzu.desktop create mode 100644 dist/yuzu.icns create mode 100644 dist/yuzu.svg create mode 100644 dist/yuzu.xml (limited to 'dist') diff --git a/dist/yuzu.desktop b/dist/yuzu.desktop new file mode 100644 index 000000000..105080c73 --- /dev/null +++ b/dist/yuzu.desktop @@ -0,0 +1,12 @@ +[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; +Keywords=Switch;Nintendo; \ No newline at end of file diff --git a/dist/yuzu.icns b/dist/yuzu.icns new file mode 100644 index 000000000..1e0120d7e Binary files /dev/null and b/dist/yuzu.icns differ diff --git a/dist/yuzu.ico b/dist/yuzu.ico index bfa2ced13..4f372f571 100644 Binary files a/dist/yuzu.ico and b/dist/yuzu.ico differ diff --git a/dist/yuzu.svg b/dist/yuzu.svg new file mode 100644 index 000000000..1e16f061a --- /dev/null +++ b/dist/yuzu.svg @@ -0,0 +1,86 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/dist/yuzu.xml b/dist/yuzu.xml new file mode 100644 index 000000000..f6e408321 --- /dev/null +++ b/dist/yuzu.xml @@ -0,0 +1,18 @@ + + + + Nintendo Switch homebrew executable + NRO + + + + + + + Nintendo Switch homebrew executable + NSO + + + + + \ No newline at end of file -- cgit v1.2.3