mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
add convert-favicons-to-ico.sh to scripts folder
This commit is contained in:
parent
c85b58e188
commit
7d1933e4c5
5
scripts/convert-favicons-to-ico.sh
Executable file
5
scripts/convert-favicons-to-ico.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
for f in ../customize.dist/favicon/*.png; do
|
||||
base="$(basename $f ".png")"
|
||||
magick convert $f -define icon:auto-resize=16,24,32,48,64,72,96,128,256 "$base.ico"
|
||||
done
|
||||
Loading…
Reference in New Issue
Block a user