mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-01-31 17:35:38 +00:00
Update to kde5.12
We also resize the svg in a hackish way using sed because I couldn't get rsvg-convert to work properly. Could be the version in the runtime, will investigate when able.
This commit is contained in:
parent
2a54afafbd
commit
d708ee7225
|
@ -2,7 +2,7 @@
|
|||
"app-id": "org.DolphinEmu.dolphin-emu",
|
||||
"branch": "stable",
|
||||
"runtime": "org.kde.Platform",
|
||||
"runtime-version": "5.11",
|
||||
"runtime-version": "5.12",
|
||||
"sdk": "org.kde.Sdk",
|
||||
"command": "dolphin-emu",
|
||||
"rename-desktop-file": "dolphin-emu.desktop",
|
||||
|
@ -67,7 +67,8 @@
|
|||
"/share/man"
|
||||
],
|
||||
"post-install": [
|
||||
"install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml"
|
||||
"install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml",
|
||||
"sed -i -e 's/\"2048\"/\"512\"/g' /app/share/icons/hicolor/scalable/apps/dolphin-emu.svg"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue