From: Carl Hetherington Date: Wed, 25 Jul 2018 23:11:35 +0000 (+0100) Subject: Use GNOME `sdk' instead of `platform' for flatpak. X-Git-Tag: v2.13.40 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv2.13.40;p=dcpomatic.git Use GNOME `sdk' instead of `platform' for flatpak. --- 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',