mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
ico needs to be at least 256x256
This commit is contained in:
parent
feb3a13a71
commit
c6dbeee245
Binary file not shown.
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 102 KiB |
Binary file not shown.
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 102 KiB |
@ -80,7 +80,7 @@ cp "$tmpdir/150.png" "res/vector-icons/mstile-150x150.png"
|
|||||||
cp "$tmpdir/310.png" "res/vector-icons/mstile-310x310.png"
|
cp "$tmpdir/310.png" "res/vector-icons/mstile-310x310.png"
|
||||||
cp "$tmpdir/310x150.png" "res/vector-icons/mstile-310x150.png"
|
cp "$tmpdir/310x150.png" "res/vector-icons/mstile-310x150.png"
|
||||||
|
|
||||||
convert "$tmpdir/16.png" "$tmpdir/32.png" "$tmpdir/64.png" "$tmpdir/128.png" "res/vector-icons/favicon.ico"
|
convert "$tmpdir/16.png" "$tmpdir/32.png" "$tmpdir/64.png" "$tmpdir/128.png" "$tmpdir/256.png" "res/vector-icons/favicon.ico"
|
||||||
|
|
||||||
cp "res/vector-icons/favicon.ico" "electron/build/icon.ico"
|
cp "res/vector-icons/favicon.ico" "electron/build/icon.ico"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user