flatpak: Build against the master runtime
authorMatthias Clasen <mclasen@redhat.com>
Fri, 7 Feb 2020 14:15:46 +0000 (09:15 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 7 Feb 2020 14:17:51 +0000 (09:17 -0500)
This is what the ci is set up to use, and building
against 3.34 fails there.

build-aux/flatpak/org.gtk.Demo4.json

index 4300c45e1e6cbeebf32d797f1c936736b4508a95..acc57b37507328e06e8b501de94c16af01e2dfec 100644 (file)
@@ -1,7 +1,7 @@
 {
     "app-id": "org.gtk.Demo4",
     "runtime": "org.gnome.Platform",
-    "runtime-version": "3.34",
+    "runtime-version": "master",
     "sdk": "org.gnome.Sdk",
     "command": "gtk4-demo",
     "tags": ["devel", "development", "nightly"],