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'