From 40e285b0c53a35adb92da972105229ceffdd5980 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 31 May 2013 23:53:12 +0100 Subject: cscript typo. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 1d75bb8e8..d6f9b6f94 100644 --- a/cscript +++ b/cscript @@ -62,7 +62,7 @@ def package(env, target, version): return debs elif target.platform == 'osx': - env.command('build/platform/osx/make_dmg.sh') + env.command('platform/osx/make_dmg.sh') return os.path.abspath(glob.glob('build/platform/osx/DVD-o-matic*.dmg')[0]) def make_pot(env): -- cgit v1.2.3