Skip to content

Commit

Permalink
fixup 9bb4776
Browse files Browse the repository at this point in the history
'gst-plugin-scanner' expects to find 'libgstreamer-1.0.0.dylib' in '@executable_path/../Resources/lib/'
  • Loading branch information
totaam committed Mar 30, 2024
1 parent 006ac39 commit 08ce222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/MacOS/make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ for x in `ls "$HELPERS_DIR" | egrep -v "Python|gst-plugin-scanner"`; do
done
#fix for:
# dyld: Library not loaded: @executable_path/../Resources/lib/libgstreamer-1.0.0.dylib
pushd $RSCDIR
ln -sf . Resources
pushd $RSCDIR/libexec
ln -sf ../../Resources ./Resources
popd

# launcher needs to be in main ("MacOS" dir) since it is launched from the custom Info.plist:
Expand Down

0 comments on commit 08ce222

Please sign in to comment.