summaryrefslogtreecommitdiffstats
path: root/bin/merge-app-bundles
diff options
context:
space:
mode:
authorPatrick Luby <patrick.luby@collabora.com>2023-03-01 09:23:12 -0500
committerAndras Timar <andras.timar@collabora.com>2023-03-02 20:20:24 +0000
commit4637080c28ac082ca44ee37e05e1b0c0a6183ba6 (patch)
treedcbe2fe801ed13d0f7c6e0e8be8ff5735547f688 /bin/merge-app-bundles
parenttdf#153672 Use RelativeMapMode so text in gdis are scaled/offset correctly (diff)
downloadcore-4637080c28ac082ca44ee37e05e1b0c0a6183ba6.tar.gz
core-4637080c28ac082ca44ee37e05e1b0c0a6183ba6.zip
Enable building non-Mac App Store Universal .dmg from merged and signed .app
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>
Diffstat (limited to 'bin/merge-app-bundles')
-rwxr-xr-xbin/merge-app-bundles2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/merge-app-bundles b/bin/merge-app-bundles
index 2a2200f1c44d..b92c90b5a0c9 100755
--- a/bin/merge-app-bundles
+++ b/bin/merge-app-bundles
@@ -76,6 +76,8 @@ OUT=$(cd "$3" && /bin/pwd)
elif test -f "$fname"; then
case "$fname" in
*.so | \
+ *.jnilib | \
+ *.jnilib.* | \
*.dylib | \
*.dylib.* | \
*/Frameworks/LibreOfficePython.framework/Versions/*/LibreOfficePython | \