ajout logo
This commit is contained in:
parent
8393c6e250
commit
ef3e875953
102 changed files with 1953 additions and 959 deletions
|
@ -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!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue