Skip to content

Commit

Permalink
#4017 need another symlink to locate the 'Resources' dir..
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 28, 2024
1 parent 767a66a commit 6ca3172
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/MacOS/make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@ done
pushd $RSCDIR/libexec
ln -sf ../../Resources ./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:
Expand Down

0 comments on commit 6ca3172

Please sign in to comment.