mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2025-04-09 20:57:58 +00:00
manifests: address comments
This commit is contained in:
parent
5ec6d930e8
commit
c228c1ca54
@ -180,7 +180,7 @@
|
|||||||
"post-install": [
|
"post-install": [
|
||||||
"install -Dm644 ../org.yuzu_emu.yuzu.metainfo.xml /app/share/appdata/org.yuzu_emu.yuzu.metainfo.xml",
|
"install -Dm644 ../org.yuzu_emu.yuzu.metainfo.xml /app/share/appdata/org.yuzu_emu.yuzu.metainfo.xml",
|
||||||
"desktop-file-install --dir=/app/share/applications ../dist/yuzu.desktop",
|
"desktop-file-install --dir=/app/share/applications ../dist/yuzu.desktop",
|
||||||
"echo 'StartupWMClass=yuzu' >> /app/share/applications/yuzu.desktop",
|
"desktop-file-edit --set-key StartupWMClass --set-value yuzu /app/share/applications/yuzu.desktop",
|
||||||
"install -Dm644 ../dist/yuzu.svg /app/share/icons/hicolor/scalable/apps/yuzu.svg",
|
"install -Dm644 ../dist/yuzu.svg /app/share/icons/hicolor/scalable/apps/yuzu.svg",
|
||||||
"mv /app/share/mime/packages/yuzu.xml /app/share/mime/packages/org.yuzu_emu.yuzu.xml",
|
"mv /app/share/mime/packages/yuzu.xml /app/share/mime/packages/org.yuzu_emu.yuzu.xml",
|
||||||
"sed 's/yuzu/org.yuzu_emu.yuzu/g' -i /app/share/mime/packages/org.yuzu_emu.yuzu.xml"
|
"sed 's/yuzu/org.yuzu_emu.yuzu/g' -i /app/share/mime/packages/org.yuzu_emu.yuzu.xml"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<launchable type="desktop-id">org.yuzu_emu.yuzu.desktop</launchable>
|
<launchable type="desktop-id">org.yuzu_emu.yuzu.desktop</launchable>
|
||||||
<provides>
|
<provides>
|
||||||
<binary>yuzu</binary>
|
<binary>yuzu</binary>
|
||||||
<id>yuzu.desktop</id>
|
<binary>yuzu-cmd</binary>
|
||||||
</provides>
|
</provides>
|
||||||
<url type="homepage">https://yuzu-emu.org/</url>
|
<url type="homepage">https://yuzu-emu.org/</url>
|
||||||
<url type="translate">https://www.transifex.com/projects/p/yuzu</url>
|
<url type="translate">https://www.transifex.com/projects/p/yuzu</url>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user