More cleanup
This commit is contained in:
9
ui/assets/generate-ico.sh
Normal file
9
ui/assets/generate-ico.sh
Normal 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
|
Reference in New Issue
Block a user