More cleanup

This commit is contained in:
2025-01-16 14:57:02 -08:00
parent 872f5471a5
commit d39da9af71
4 changed files with 25 additions and 3 deletions

View File

@ -0,0 +1,9 @@
#!/bin/bash
SOURCE="$1"
inkscape -w 16 -h 16 -o 16.png "$SOURCE"
inkscape -w 32 -h 32 -o 32.png "$SOURCE"
inkscape -w 64 -h 128 -o 64.png "$SOURCE"
inkscape -w 128 -h 128 -o 128.png "$SOURCE"
magick 16.png 32.png 64.png 128.png favicon.ico