summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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), '.')