Skip to content

Commit ebf9e43

Browse files
committed
make 128px icon for webextension
1 parent 26603b6 commit ebf9e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gfx/makeicons.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
for sizes in 16 19 32 48 64; do
2+
for sizes in 16 32 48 64 128; do
33
convert -background transparent icon.svg -resize ${sizes}x${sizes} ../ext/webextension/icons/icon${sizes}.png
44
done
55

0 commit comments

Comments
 (0)