From f5aa5f3dae5f10288d67b7e4b51d04bcfb495fc3 Mon Sep 17 00:00:00 2001 From: Eike Ziller <eike.ziller@digia.com> Date: Mon, 25 Mar 2013 09:59:29 +0100 Subject: [PATCH] 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> --- scripts/packageIfw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/packageIfw.py b/scripts/packageIfw.py index 4fe33e167bb..db280cd12fa 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' -- GitLab