From 1b2da574ba2c37891ee59709731537af7a1ca3c2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 17 Nov 2019 10:37:19 +0100 Subject: bin/run: missing exedir for macOS ...but even the you still get a failure > $ bin/run vcldemo > 2019-11-17 10:37:53.159 vcldemo[18891:7736267] No Info.plist file in application bundle or no NSPrincipalClass in the Info.plist file, exiting Change-Id: I7c11ee5a02c4a71cf3c79dc7b5b180c3e28c059b Reviewed-on: https://gerrit.libreoffice.org/83015 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- bin/run | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/run b/bin/run index 6ac27b9424d7..523da3c0e178 100755 --- a/bin/run +++ b/bin/run @@ -46,6 +46,7 @@ elif [ $(uname) = Darwin ]; then exit 1 fi + exedir="$dir"/workdir/LinkTarget/Executable export URE_BOOTSTRAP=file://"${dir}"/instdir/$PRODUCTNAME.app/Contents/Resources/fundamentalrc export DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH:+$DYLD_LIBRARY_PATH:}"${dir}"/instdir/$PRODUCTNAME.app/Contents/Frameworks SEARCH_PATH="${DYLD_LIBRARY_PATH}" -- cgit