From 31adaadc4957badc8ae458e2b5848ec550723c82 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 26 Jul 2018 00:11:35 +0100 Subject: Use GNOME `sdk' instead of `platform' for flatpak. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index e9317b0ad..98ad19573 100644 --- a/cscript +++ b/cscript @@ -469,7 +469,7 @@ def build(target, options): }, 'sources': [{'type': 'dir', 'path': os.path.abspath('.')}]}) desc = {'app-id': 'com.dcpomatic.DCP-o-matic', - 'runtime': 'org.gnome.Platform', + 'runtime': 'org.gnome.Sdk', 'runtime-version': '3.26', 'sdk': 'org.gnome.Sdk', 'command': 'dcpomatic2', -- cgit v1.2.3