aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAge
* Fix various issues in mac-libs.shNadia Holmquist Pedersen2021-04-23
| | | | | | * pre-11.0 sed doesn't seem to understand \t so use a literal tab * don't fail if we run the script on a package with libs already bundled * delete header files in the bundled frameworks to save space
* Make Mac builds a lot smaller by avoiding macdeployqtNadia Holmquist Pedersen2021-04-23
|
* Improve macOS bundling (#1067)Nadia Holmquist Pedersen2021-04-21
* Improve macOS bundling * Bundle libs for macOS CI * Add MACOS_BUILD_DMG CMake option and make the CI upload the DMG so we don't lose executable permissions. * Manually copy plugins if macdeployqt doesn't * Ad-hoc codesign the app