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 72bef271ad
commit dc5c1684fa

View File

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