From b5e701a80256d67156d43c9794de38ac01eed449 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Jul 2013 11:30:29 +0100 Subject: Fix dmg name. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index e7ef219d4..a65a92702 100644 --- a/cscript +++ b/cscript @@ -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') -- cgit v1.2.3