summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-24 16:18:37 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-24 16:18:37 +0200
commit90b78d5477e4ca51b96cd22e7e81de50da486132 (patch)
tree9fe7b74a3b1d584f3011eb87596ea67abb8973d0 /cscript
parent357d55e1561c7c3b3fc31e645ad445c7e9398a7d (diff)
parentc3cf916c147f91f5952cba77a293aa989d6e0af7 (diff)
Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into v2.15.x
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index cbbfa02a2..a90e5f6bd 100644
--- a/cscript
+++ b/cscript
@@ -678,7 +678,7 @@ def package(target, version, options):
target.command('bash platform/osx/make_dmg.sh %s %s universal no %s %s' % (target.environment_prefix, target.directory, target.apple_id, target.apple_password))
return [os.path.abspath(x) for x in glob.glob('build/platform/osx/DCP-o-matic*.dmg')]
elif target.platform == 'osx' and target.bits == 64:
- target.command('bash platform/osx/make_dmg.sh %s %s thin %s %s %s' % (target.environment_prefix, target.directory, "yes" if options['disk'] else "no", target.apple_id, target.apple_password))
+ target.command('bash platform/osx/make_dmg.sh %s %s thin %s %s' % (target.environment_prefix, target.directory, target.apple_id, target.apple_password))
return [os.path.abspath(x) for x in glob.glob('build/platform/osx/DCP-o-matic*.dmg')]
elif target.platform == 'docker':
shutil.copyfile(target.deb, 'build/platform/docker')