summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-28 20:51:36 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-28 20:51:36 +0100
commit1774f34b5420c0526991f3f1b621d9ca53eaf345 (patch)
tree0e3fb40dafcd61d2e1f0c165bf14a6f366dad259
parentc252cb33a3ca8088fbe091af903a77ad8a098969 (diff)
Fix release script for new windows build script location.
-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)