summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-26 00:11:35 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-26 09:54:18 +0100
commit31adaadc4957badc8ae458e2b5848ec550723c82 (patch)
tree088ec845d92ae3754d200411e036658389924dfb
parent4e10d277c6b052c18ec4e4aae14c26b0b9cb87af (diff)
Use GNOME `sdk' instead of `platform' for flatpak.v2.13.40
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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',