summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
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)