forked from qt-creator/qt-creator
Use .run for standalone packages.
Usually defines the file as "to be run if possible" by Linux file browsers. Change-Id: I8c0e63df493e1e3e65be0a392841fbb11ff163b9 Reviewed-by: Niels Weber <niels.weber@digia.com>
This commit is contained in:
@@ -93,7 +93,7 @@ def main():
|
||||
config_postfix = '-windows'
|
||||
if sys.platform.startswith('linux'):
|
||||
config_postfix = '-linux'
|
||||
installer_name = installer_name + '.bin'
|
||||
installer_name = installer_name + '.run'
|
||||
|
||||
config_name = 'config' + config_postfix + '.xml'
|
||||
|
||||
|
Reference in New Issue
Block a user