diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-24 16:18:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-24 16:18:37 +0200 |
| commit | 90b78d5477e4ca51b96cd22e7e81de50da486132 (patch) | |
| tree | 9fe7b74a3b1d584f3011eb87596ea67abb8973d0 /cscript | |
| parent | 357d55e1561c7c3b3fc31e645ad445c7e9398a7d (diff) | |
| parent | c3cf916c147f91f5952cba77a293aa989d6e0af7 (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-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
