diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/packageIfw.py | 2 |
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' |