From 42866530db49e0faf367ad28a55c658be60951bf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 1 Jun 2013 00:17:32 +0100 Subject: [PATCH] More OS X packaging tweaks. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index d6f9b6f94..dd39befda 100644 --- a/cscript +++ b/cscript @@ -62,7 +62,7 @@ def package(env, target, version): return debs elif target.platform == 'osx': - env.command('platform/osx/make_dmg.sh') + env.command('bash platform/osx/make_dmg.sh') return os.path.abspath(glob.glob('build/platform/osx/DVD-o-matic*.dmg')[0]) def make_pot(env): -- 2.30.2