Skip to content

Commit

Permalink
no need for the headers directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Feb 24, 2025
1 parent fcd0a4a commit 9719511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strawberry-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ xvfb-run -a -- ./lib4bin -p -v -s -k -e \

# DEPLOY GSTREAMER
echo "Deploying Gstreamer binaries..."
cp -vn /usr/lib/gstreamer-*/* ./shared/lib/gstreamer-*
cp -vn /usr/lib/gstreamer-*/* ./shared/lib/gstreamer-* || true

# Patch a relative interpreter for the gstreamer plugins
echo "Sharunning Gstreamer bins..."
Expand Down

0 comments on commit 9719511

Please sign in to comment.