From 6ed13133fe24271a677f7f7d8bfd59ba375fe6e3 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 25 Mar 2020 19:16:33 +0100 Subject: Add 64x64 icons for SVG in scalable/*.svg; do file=${SVG##*/}; echo "rsvg-convert -w 64 -h 64 $SVG -o 64x64/${file%.svg}.png"; done | sh --- icons/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icons/Makefile.am') diff --git a/icons/Makefile.am b/icons/Makefile.am index 86acf6bf..8e5ab1ac 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 64x64 256x256 scalable -include $(top_srcdir)/git.mk -- cgit v1.2.1