Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Nov 12, 2024
1 parent 8c8b814 commit e5aba4f
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 @@ -66,7 +66,7 @@ ldd ./shared/lib/libgst* \
| awk -F"[> ]" '{print $4}' | xargs -I {} cp -nv {} ./shared/lib || true

echo "Stripping libs and bins..."
find ./shared/lin ./shared/bin -type f -exec strip -s -R .comment --strip-unneeded {} ';'
find ./shared/lib ./shared/bin -type f -exec strip -s -R .comment --strip-unneeded {} ';'

# Prepare sharun
echo "Preparing sharun..."
Expand Down

0 comments on commit e5aba4f

Please sign in to comment.