diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-05 21:25:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-05 21:25:48 +0000 |
| commit | c67d2717f503ce03adb7a97d9af78d32113a2d3f (patch) | |
| tree | 963289f0acb83069b953c5b02f4fec72e4e2856b | |
| parent | b33790a1da482c23db26c641438106a42815b710 (diff) | |
Tweak build commands.
| -rwxr-xr-x | release | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,8 +42,8 @@ new_version = version.rewrite_wscript(m) version.append_to_changelog(new_version) command("./waf clean") -command("./waf") command("./waf configure") +command("./waf") command("./waf dist") command("./builds/windows-32") shutil.copy(os.path.join('build', 'windows', 'DVD-o-matic %s 32-bit Installer.exe' % new_version), '.') |
