summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-03-25 19:16:33 +0100
committerraveit65 <[email protected]>2020-03-26 17:44:22 +0100
commit727dd779b37d6582500c035664b28abce186c259 (patch)
treeee2a3161393d389859682074f2998ca9667b7500 /configure.ac
parent160817958db902e5270e35b868778b2078a73a01 (diff)
downloadmate-panel-727dd779b37d6582500c035664b28abce186c259.tar.bz2
mate-panel-727dd779b37d6582500c035664b28abce186c259.tar.xz
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 083db971..fec5c628 100644
--- a/configure.ac
+++ b/configure.ac
@@ -308,6 +308,7 @@ icons/22x22/Makefile
icons/24x24/Makefile
icons/32x32/Makefile
icons/48x48/Makefile
+icons/64x64/Makefile
icons/256x256/Makefile
icons/scalable/Makefile
mate-panel/Makefile