summaryrefslogtreecommitdiff
path: root/scripts/packageIfw.py
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2013-03-25 09:59:29 +0100
committerEike Ziller <eike.ziller@digia.com>2013-03-25 11:32:13 +0100
commitf5aa5f3dae5f10288d67b7e4b51d04bcfb495fc3 (patch)
treec608206546f441b7309daddf9271895abdac03b4 /scripts/packageIfw.py
parenta5942cf1d1976425caf74b5fa1fd382bd02b2f04 (diff)
downloadqt-creator-f5aa5f3dae5f10288d67b7e4b51d04bcfb495fc3.tar.gz
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>
Diffstat (limited to 'scripts/packageIfw.py')
-rwxr-xr-xscripts/packageIfw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/packageIfw.py b/scripts/packageIfw.py
index 4fe33e167b..db280cd12f 100755
--- a/scripts/packageIfw.py
+++ b/scripts/packageIfw.py
@@ -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'