diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-10 11:50:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-10 11:50:31 +0100 |
| commit | 50ce388189f9c930ea0ba80cfb20237cfa464a3f (patch) | |
| tree | 2e873d0d735cc4c65ae05a653a24d6266e6a8252 /cscript | |
| parent | 2f6167a81ab09b327eab9026d1dd40052fd7bdd0 (diff) | |
| parent | b5e701a80256d67156d43c9794de38ac01eed449 (diff) | |
Merge branch '1.0' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic into 1.0
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') |
