We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f6a15 commit c6c36d8Copy full SHA for c6c36d8
1 file changed
build-linux.sh
@@ -411,8 +411,8 @@ EOF
411
412
ensure_flatpak_runtime() {
413
# GNOME runtime includes WebKitGTK required by linux webview plugin.
414
- local runtime="org.gnome.Platform//47"
415
- local sdk="org.gnome.Sdk//47"
+ local runtime="org.gnome.Platform//50"
+ local sdk="org.gnome.Sdk//50"
416
417
if flatpak info --user "$runtime" >/dev/null 2>&1 && flatpak info --user "$sdk" >/dev/null 2>&1; then
418
return 0
@@ -894,7 +894,7 @@ build_flatpak() {
894
cat > "$flatpak_dir/${APP_ID}.yml" << EOF
895
app-id: ${APP_ID}
896
runtime: org.gnome.Platform
897
-runtime-version: '47'
+runtime-version: '50'
898
sdk: org.gnome.Sdk
899
900
command: moonfin
0 commit comments