diff --git a/scripts/packageIfw.py b/scripts/packageIfw.py index 4fe33e167bb3a5fe3b2b304fa7d817f87967d26a..db280cd12fa973720f7e7cb5f18e2d4d80db48f4 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'