summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-05 21:25:48 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-05 21:25:48 +0000
commitc67d2717f503ce03adb7a97d9af78d32113a2d3f (patch)
tree963289f0acb83069b953c5b02f4fec72e4e2856b
parentb33790a1da482c23db26c641438106a42815b710 (diff)
Tweak build commands.
-rwxr-xr-xrelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/release b/release
index ff85cf5cf..19b244037 100755
--- a/release
+++ b/release
@@ -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), '.')