summaryrefslogtreecommitdiff
path: root/bin/merge-app-bundles
AgeCommit message (Collapse)Author
2023-03-02Enable building non-Mac App Store Universal .dmg from merged and signed .appPatrick Luby
Add a new bin/create-dmg-from-merged-app-bundle script which is used to package a merged and signed .app folder (created with the bin/merge-app-bundles and manually signed) into a distributable .dmg. Also, add .jnilib files to the lipo list in bin/merge-app-bundles since these are really .dylib files for Java. Change-Id: I1da4105b0820251580401f975f499b8d59a20499 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148101 Tested-by: Jenkins Reviewed-by: Patrick Luby <plubius@neooffice.org>
2021-08-20Make some scripts more portableIlmari Lauhakangas
Change-Id: Ia89059eea51ca396a7c74143625ac9a6706de198 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120773 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2020-12-02Add copyright blurbTor Lillqvist
Change-Id: Icd77587590103eef44f7ec41fcba280b7ce2a473
2020-12-02Add a script to merge two single-arch macOS app bundles into a universal appTor Lillqvist
Change-Id: Ifb2a7382a38d207878c901bdaab51bc1c00e3891 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107071 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>