Added new logo

This commit is contained in:
2023-03-17 10:22:23 +01:00
parent e183ab858c
commit 7a483e5513
6 changed files with 27 additions and 61 deletions

View File

@ -1,2 +1,3 @@
#!/bin/bash
convert -background none elwig.svg -alpha set -define icon:auto-resize=256,128,64,48,32,24,16 elwig.ico
convert -background none "elwig.svg" -alpha set -define icon:auto-resize=256,128,96,80,72,64,60,48,40,36,32,30,24,20,16 "elwig.ico"
convert -background none "elwig.svg" "elwig.png"