summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-08-30 10:10:21 +0200
committerCarl Hetherington <cth@carlh.net>2023-08-30 10:10:21 +0200
commit81bf169c729dba08c4cb52dedc4fad4cec5af749 (patch)
treece6e0ceac1e338b71f547b3f63f4b71521856174
parenteaf1c6da9ca2c473c7e9ef79c05eee2411f15eba (diff)
install base flatpak
-rw-r--r--cscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/cscript b/cscript
index cd0a81ac7..41be231eb 100644
--- a/cscript
+++ b/cscript
@@ -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)))