summaryrefslogtreecommitdiff
path: root/scripts/makedmg.sh
Commit message (Collapse)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-1/+2
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Mac: Fix size of disk image in the hope of avoiding resize problemEike Ziller2013-10-091-1/+1
| | | | | | | diskimages-helper: resize request is above maximum size allowed. Change-Id: I6cc8da465d99fdb971d5e66090163464c85ccec1 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Mac: Try to work around the re-occurring disk image creation errorEike Ziller2013-10-081-1/+3
| | | | | | | | | | | A guess is that hdiutil finishes even though the system is not yet quite finished with the image (e.g. still unmounting?), so introducing a small timer. Also turn on verbosity, so this error might be better trackable if it occurs again. Change-Id: I0acb23bbac408f2979c8cacf2fc58fdff782fc3d Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Make it possible to build Qt Creator installers on Mac tooEike Ziller2013-06-191-1/+1
| | | | | Change-Id: Ic3e6f773cb0c2c41f83c6f8d54ed4e0151c69b40 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Try to workaround issue when creating Mac dmg imageEike Ziller2013-03-151-1/+1
| | | | | | | | | | Sometimes one would get an error "hdiutil: resize request is above maximum size allowed." which might have to do with autostretch limits. Passing the -stretch argument with a sufficiently large size should make resizing succeed. Change-Id: I3103ce38e809c2429bed6847ead03f28bfa1f54a Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Add make dmg targetDaniel Molkentin2012-01-171-0/+18
Change-Id: I643d571afbb7b16f860092c885e3574268f91ddf Reviewed-by: Eike Ziller <eike.ziller@nokia.com>