diff options
Diffstat (limited to 'release')
| -rwxr-xr-x | release | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
