mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'fix-issue-1054' of https://github.com/lemondevxyz/cryptpad into lemondevxyz-ico
This commit is contained in:
commit
1d5ca239ad
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