We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc37ea commit bfe09a6Copy full SHA for bfe09a6
scripts/rename.sh
@@ -33,8 +33,8 @@ if [ -d "$BASE_DIR/bundles" ]; then
33
if grep -q "icons/" "$file" 2>/dev/null; then
34
echo "Processing: $file"
35
# Replace both /icons/ and ../../icons/ patterns with /ui-icons/ and ../../ui-icons/
36
- sed -i 's|/icons/\([^"'\''[:space:]]*\.svg\)|/ui-icons/\1|g' "$file"
37
- sed -i 's|\.\./\.\./icons/\([^"'\''[:space:]]*\.svg\)|../../ui-icons/\1|g' "$file"
+ sed -i 's|/icons/\([^")]*\.svg\)|/ui-icons/\1|g' "$file"
+ sed -i 's|\.\./\.\./icons/\([^")]*\.svg\)|../../ui-icons/\1|g' "$file"
38
fi
39
done
40
0 commit comments