diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-26 00:11:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-26 09:54:18 +0100 |
| commit | 31adaadc4957badc8ae458e2b5848ec550723c82 (patch) | |
| tree | 088ec845d92ae3754d200411e036658389924dfb | |
| parent | 4e10d277c6b052c18ec4e4aae14c26b0b9cb87af (diff) | |
Use GNOME `sdk' instead of `platform' for flatpak.v2.13.40
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
