diff options
author | Eike Ziller <eike.ziller@digia.com> | 2013-06-19 18:39:29 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@digia.com> | 2013-06-19 18:42:23 +0200 |
commit | 4babcabf2068e4da5297d95b1a577dacbfc5303f (patch) | |
tree | 50f4fcf77b6f9436a67c7d06d2dabd898bc8e7cb /scripts/packageIfw.py | |
parent | 69da367a392743c4943442c3200bf696f3e1c1e1 (diff) | |
download | qt-creator-4babcabf2068e4da5297d95b1a577dacbfc5303f.tar.gz |
Make it possible to build Qt Creator installers on Mac too
Change-Id: Ic3e6f773cb0c2c41f83c6f8d54ed4e0151c69b40
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'scripts/packageIfw.py')
-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 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'): |