diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-10 11:30:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-10 11:30:29 +0100 |
| commit | b5e701a80256d67156d43c9794de38ac01eed449 (patch) | |
| tree | 7ba8fc93b7b64c276ea9976c6df9b08432063052 /cscript | |
| parent | 9e7697cd54968bcdec0d48781b3fb075629eecee (diff) | |
Fix dmg name.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ def package(target, version): return debs elif target.platform == 'osx': target.command('bash platform/osx/make_dmg.sh') - return os.path.abspath(glob.glob('build/platform/osx/DVD-o-matic*.dmg')[0]) + return os.path.abspath(glob.glob('build/platform/osx/DCP-o-matic*.dmg')[0]) def make_pot(target): target.command('./waf pot') |
