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:
Eike Ziller
2013-03-25 09:59:29 +01:00
parent a5942cf1d1
commit f5aa5f3dae

View File

@@ -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'