aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/makedmg.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix code signature on macOSEike Ziller2018-05-141-1/+5
| | | | | | | | | | We build packages with extra debug info, but sign the application before removing the debug info for the release package. We have to codesign (potentially again) between copying and packaging. Task-number: QTCREATORBUG-20370 Change-Id: I5549ca5045eb995e5a61794473c2d0180b778711 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Filter debug info out when creating macOS disk imageEike Ziller2018-01-231-0/+60
Move the script to Python for that, for code sharing Change-Id: I1a0b1ed7fe3ed4413045d478c82621d75800520e Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>