forked from qt-creator/qt-creator
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:
committed by
Karsten Heimrich
parent
558a4e4c97
commit
69f8e48de4
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user