From ebf9e43843fd5e778134d941ba3ff8cedd208027 Mon Sep 17 00:00:00 2001 From: Torbjorn Tyridal Date: Fri, 11 Aug 2017 21:28:07 +0200 Subject: [PATCH] make 128px icon for webextension --- gfx/makeicons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/makeicons.sh b/gfx/makeicons.sh index ea3f3c6..08495da 100755 --- a/gfx/makeicons.sh +++ b/gfx/makeicons.sh @@ -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