Fix release script for new windows build script location.
authorCarl Hetherington <cth@carlh.net>
Fri, 28 Sep 2012 19:51:36 +0000 (20:51 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 28 Sep 2012 19:51:36 +0000 (20:51 +0100)
release

diff --git a/release b/release
index 56cde90356f46653e2b1a9379b8cceb74b5ddccc..9f9850792108fd8f34034b4cb79deea600af2e11 100755 (executable)
--- 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)