Skip to content

Commit

Permalink
make 128px icon for webextension
Browse files Browse the repository at this point in the history
  • Loading branch information
ttyridal committed Aug 11, 2017
1 parent 26603b6 commit ebf9e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/makeicons.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
for sizes in 16 19 32 48 64; do
for sizes in 16 32 48 64 128; do
convert -background transparent icon.svg -resize ${sizes}x${sizes} ../ext/webextension/icons/icon${sizes}.png
done

Expand Down

0 comments on commit ebf9e43

Please sign in to comment.