diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-01 00:17:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-01 00:17:32 +0100 |
| commit | 42866530db49e0faf367ad28a55c658be60951bf (patch) | |
| tree | 22f4499796e9bbe9fd9ab6bae29517a0f792335c /cscript | |
| parent | 40e285b0c53a35adb92da972105229ceffdd5980 (diff) | |
More OS X packaging tweaks.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |
