Bump version
[dcpomatic.git] / release
diff --git a/release b/release
index 56cde90356f46653e2b1a9379b8cceb74b5ddccc..29da203c128a4d32d73bab96177ebc84f5409c7b 100755 (executable)
--- a/release
+++ b/release
@@ -67,8 +67,10 @@ command("./waf clean")
 command("./waf")
 command("./waf configure")
 command("./waf dist")
-command("./rebuild-windows")
-shutil.copy(os.path.join('build', 'windows', 'DVD-o-matic %s Installer.exe' % release_version_string), '.')
+command("./builds/windows-32")
+shutil.copy(os.path.join('build', 'windows', 'DVD-o-matic %s 32-bit Installer.exe' % release_version_string), '.')
+command("./builds/windows-64")
+shutil.copy(os.path.join('build', 'windows', 'DVD-o-matic %s 64-bit Installer.exe' % release_version_string), '.')
 
 rewrite_wscript(new_pre_version)