ajout logo

This commit is contained in:
François Pelletier 2025-04-24 23:46:39 -04:00
parent 8393c6e250
commit ef3e875953
102 changed files with 1953 additions and 959 deletions

View file

@ -1,5 +1,3 @@
#!/bin/bash
# Check if Inkscape is installed
if ! command -v inkscape &> /dev/null
then
@ -31,4 +29,4 @@ find "$ROOT_DIR" -type f -name "*.svg" | while read svg_file; do
convert_svg "$svg_file"
done
echo "Conversion complete!"
echo "Conversion complete!"