flatpak: Update runtime version

The docker image has been updated to 5.13 but the build script here wasn't. Maybe this was the issue preventing our flatpak from building recently
This commit is contained in:
Pengfei Zhu
2020-03-28 23:10:45 +08:00
committed by GitHub
parent 1ff8d002a9
commit 09da1dcf55

View File

@ -43,7 +43,7 @@ cat > /tmp/org.citra.$REPO_NAME.json <<EOF
{ {
"app-id": "org.citra.$REPO_NAME", "app-id": "org.citra.$REPO_NAME",
"runtime": "org.kde.Platform", "runtime": "org.kde.Platform",
"runtime-version": "5.12", "runtime-version": "5.13",
"sdk": "org.kde.Sdk", "sdk": "org.kde.Sdk",
"command": "citra-qt", "command": "citra-qt",
"rename-desktop-file": "citra.desktop", "rename-desktop-file": "citra.desktop",