From 8ab8168732076f40c1a686462b2fa82969cb0b3b Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 28 May 2024 15:52:39 +0700 Subject: [PATCH] #4017 need another symlink to locate the 'Resources' dir.. --- packaging/MacOS/make-app.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/MacOS/make-app.sh b/packaging/MacOS/make-app.sh index 171853b717..a13ecc91b8 100755 --- a/packaging/MacOS/make-app.sh +++ b/packaging/MacOS/make-app.sh @@ -224,6 +224,11 @@ done pushd $RSCDIR ln -sf . Resources popd +#fix for: +# /Applications/Xpra.app/Contents/Resources/bin/../Resources/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so +pushd $RSCDIR +ln -sf ../Resources ./Resources +popd # launcher needs to be in main ("MacOS" dir) since it is launched from the custom Info.plist: # and overwrite the "Xpra" script generated by py2app with our custom one: