summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/release b/release
index 56cde9035..9f9850792 100755
--- a/release
+++ b/release
@@ -67,7 +67,7 @@ command("./waf clean")
command("./waf")
command("./waf configure")
command("./waf dist")
-command("./rebuild-windows")
+command("./builds/windows")
shutil.copy(os.path.join('build', 'windows', 'DVD-o-matic %s Installer.exe' % release_version_string), '.')
rewrite_wscript(new_pre_version)