summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-28 00:31:16 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-28 00:31:16 +0100
commit0bbe6e2dbf0cfbdf7bc063f052c7494a8f16637f (patch)
tree49e6f66828f46c4dd32cc54590c02c34d063b986 /release
parent4ab5eefd44f045efcd6c03924441b4218a956fdd (diff)
Tweak & bump.
Diffstat (limited to 'release')
-rwxr-xr-xrelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/release b/release
index 0780f2daf..88e09dc7f 100755
--- a/release
+++ b/release
@@ -68,7 +68,7 @@ command("./waf")
command("./waf configure")
command("./waf dist")
command("./rebuild-windows")
-shutil.copy(os.path.join('build', 'windows', 'DVD-o-matic %s .exe' % release_version_string), '.')
+shutil.copy(os.path.join('build', 'windows', 'DVD-o-matic %s Installer.exe' % release_version_string), '.')
rewrite_wscript(new_pre_version)