Fix various bugs.
[dcpomatic.git] / release
diff --git a/release b/release
index 9f9850792108fd8f34034b4cb79deea600af2e11..29da203c128a4d32d73bab96177ebc84f5409c7b 100755 (executable)
--- a/release
+++ b/release
@@ -67,8 +67,10 @@ command("./waf clean")
 command("./waf")
 command("./waf configure")
 command("./waf dist")
-command("./builds/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)