Browse Source

tool: Only replace hex colors for svg icons

pull/232/head
jld3103 2 years ago
parent
commit
db54d468a1
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      tool/generate-neon.sh

2
tool/generate-neon.sh

@ -35,7 +35,7 @@ function copy_nextcloud_app_svg() {
echo "Can not find icon for $id in $path" echo "Can not find icon for $id in $path"
exit 1 exit 1
fi fi
sed -i "s/fill=\"[^\"]*\"/fill=\"$color\"/g" "$target" sed -i "s/fill=\"#[^\"]*\"/fill=\"$color\"/g" "$target"
} }
rm -rf /tmp/nextcloud-neon rm -rf /tmp/nextcloud-neon

Loading…
Cancel
Save