flatpak: Build against the master runtime

This is what the ci is set up to use, and building
against 3.34 fails there.
This commit is contained in:
Matthias Clasen 2020-02-07 09:15:46 -05:00
parent 24e28309fb
commit 1a671cfd63

View File

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