diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-28 20:51:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-28 20:51:36 +0100 |
| commit | 1774f34b5420c0526991f3f1b621d9ca53eaf345 (patch) | |
| tree | 0e3fb40dafcd61d2e1f0c165bf14a6f366dad259 | |
| parent | c252cb33a3ca8088fbe091af903a77ad8a098969 (diff) | |
Fix release script for new windows build script location.
| -rwxr-xr-x | release | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
