Rename the (un)installers.

Windows has a problem with "install" in the name. Use .bin on Linux like
before.

Change-Id: I4f887a8c0442cd9f0a17425f68a36a371ae9f6b7
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
This commit is contained in:
Eike Ziller
2012-10-16 13:55:53 +02:00
committed by Karsten Heimrich
parent 558a4e4c97
commit 69f8e48de4
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -93,6 +93,7 @@ def main():
config_postfix = '-windows'
if sys.platform.startswith('linux'):
config_postfix = '-linux'
installer_name = installer_name + '.bin'
config_name = 'config' + config_postfix + '.xml'