diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index ab142a0..a27e58e 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -232,6 +232,7 @@ "post-install": [ "install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher", "install -Dm644 ../org.yuzu_emu.yuzu.metainfo.xml /app/share/appdata/org.yuzu_emu.yuzu.metainfo.xml", + "install -Dm644 ../org.yuzu_emu.yuzu.svg /app/share/icons/hicolor/scalable/apps/org.yuzu_emu.yuzu.svg", "desktop-file-edit --set-key StartupWMClass --set-value yuzu --set-key Exec --set-value yuzu-launcher /app/share/applications/org.yuzu_emu.yuzu.desktop" ], "sources": [ @@ -250,6 +251,10 @@ "type": "file", "path": "org.yuzu_emu.yuzu.metainfo.xml" }, + { + "type": "file", + "path": "org.yuzu_emu.yuzu.svg" + }, { "type": "file", "path": "yuzu-launcher.sh" diff --git a/org.yuzu_emu.yuzu.svg b/org.yuzu_emu.yuzu.svg new file mode 100644 index 0000000..89e2ca9 --- /dev/null +++ b/org.yuzu_emu.yuzu.svg @@ -0,0 +1 @@ + \ No newline at end of file