diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-30 10:10:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-30 10:10:21 +0200 |
| commit | 81bf169c729dba08c4cb52dedc4fad4cec5af749 (patch) | |
| tree | ce6e0ceac1e338b71f547b3f63f4b71521856174 | |
| parent | eaf1c6da9ca2c473c7e9ef79c05eee2411f15eba (diff) | |
install base flatpak
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -614,6 +614,7 @@ def build(target, options, for_package): os.makedirs('build/platform') with open('build/com.dcpomatic.DCP-o-matic.json', 'w') as outfile: json.dump(desc, outfile) + target.command('%s install /opt/dcpomatic_base_1.flatpak' % target.flatpak()) target.command('%s -v --user --repo=build/platform/repo build/platform/flatpak --gpg-sign 70AAE40A90A2466AD8C57ADEF85070CB89F81088 --gpg-homedir=/tmp/gpg build/com.dcpomatic.DCP-o-matic.json' % target.flatpak_builder()) elif target.platform != 'linux' or target.detail == 'appimage' or not for_package: target.command('./waf configure --prefix=%s %s' % (target.directory, configure_options(target, options, for_package))) |
