diff options
author | lloyd <[email protected]> | 2009-11-20 01:53:37 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-20 01:53:37 +0000 |
commit | c5109ab90e958f4a385f257b5e3ff0f8d34a82b2 (patch) | |
tree | c723fcb96ba4c48d56b47ef0864fbb79e03c2976 /configure.py | |
parent | 7b3ed530a124f4dc47fafe98af3d76f430df878a (diff) |
Create installer file as botan-VERSION.exe
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 5085b2f70..82e8b6129 100755 --- a/configure.py +++ b/configure.py @@ -1102,7 +1102,7 @@ def setup_build(build_config, options, template_vars): ('botan-config.in', 'botan-config'), ('botan.pc.in', build_config.pkg_config_file()), ('botan.doxy.in', 'botan.doxy'), - ('botan.iss.in', 'botan.iss')]: + ('innosetup.in', 'botan.iss')]: templates_to_proc[os.path.join(options.build_data, template)] = \ os.path.join(build_config.build_dir, sink) |