mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2025-04-10 19:15:18 +00:00
Added "rename-icon" and "--set-icon=${FLATPAK_ID}"
This commit is contained in:
parent
fbfc13c6f6
commit
292bc51ecf
|
@ -4,6 +4,7 @@
|
||||||
"runtime": "org.freedesktop.Platform",
|
"runtime": "org.freedesktop.Platform",
|
||||||
"runtime-version": "20.08",
|
"runtime-version": "20.08",
|
||||||
"sdk": "org.freedesktop.Sdk",
|
"sdk": "org.freedesktop.Sdk",
|
||||||
|
"rename-icon": "ppsspp",
|
||||||
"command": "PPSSPPSDL",
|
"command": "PPSSPPSDL",
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
"--device=all",
|
"--device=all",
|
||||||
|
@ -30,7 +31,7 @@
|
||||||
},
|
},
|
||||||
"post-install": [
|
"post-install": [
|
||||||
"mv ${FLATPAK_DEST}/share/applications/{PPSSPPSDL,${FLATPAK_ID}}.desktop",
|
"mv ${FLATPAK_DEST}/share/applications/{PPSSPPSDL,${FLATPAK_ID}}.desktop",
|
||||||
"desktop-file-edit --set-name=PPSSPP ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop",
|
"desktop-file-edit --set-name=PPSSPP --set-icon=${FLATPAK_ID} ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop",
|
||||||
"install -Dm644 appdata.xml ${FLATPAK_DEST}/share/appdata/${FLATPAK_ID}.appdata.xml"
|
"install -Dm644 appdata.xml ${FLATPAK_DEST}/share/appdata/${FLATPAK_ID}.appdata.xml"
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
|
|
Loading…
Reference in a new issue