diff options
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('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): |
