We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26603b6 commit ebf9e43Copy full SHA for ebf9e43
gfx/makeicons.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-for sizes in 16 19 32 48 64; do
+for sizes in 16 32 48 64 128; do
3
convert -background transparent icon.svg -resize ${sizes}x${sizes} ../ext/webextension/icons/icon${sizes}.png
4
done
5
0 commit comments