summaryrefslogtreecommitdiff
path: root/scripts/packageIfw.py
diff options
context:
space:
mode:
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 db280cd12f..aa69e0c3fa 100755
--- a/scripts/packageIfw.py
+++ b/scripts/packageIfw.py
@@ -88,7 +88,7 @@ def main():
installer_name = args[0]
config_postfix = ''
if sys.platform == 'darwin':
- installer_name = installer_name + '.dmg'
+ config_postfix = '-mac'
if sys.platform.startswith('win'):
config_postfix = '-windows'
if sys.platform.startswith('linux'):