summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/cscript b/cscript
index 8775cb387..1d75bb8e8 100644
--- a/cscript
+++ b/cscript
@@ -61,6 +61,9 @@ def package(env, target, version):
debs.append(os.path.abspath(p))
return debs
+ elif target.platform == 'osx':
+ env.command('build/platform/osx/make_dmg.sh')
+ return os.path.abspath(glob.glob('build/platform/osx/DVD-o-matic*.dmg')[0])
def make_pot(env):
env.command('./waf pot')