Make it possible to build Qt Creator installers on Mac too

Change-Id: Ic3e6f773cb0c2c41f83c6f8d54ed4e0151c69b40
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Eike Ziller
2013-06-19 18:39:29 +02:00
parent 69da367a39
commit 4babcabf20
4 changed files with 17 additions and 4 deletions

View File

@@ -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'):