diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-31 23:53:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-31 23:53:12 +0100 |
| commit | 40e285b0c53a35adb92da972105229ceffdd5980 (patch) | |
| tree | 791c2237c26f6ec153d280f7fed3b40a836c1d5a /cscript | |
| parent | d85df1ad15c05665eb1891096c4bf585362a35e3 (diff) | |
cscript typo.
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): |
