From e3321029d7c57d4a0a7e72e9c0aa69eb1e124016 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 14 Nov 2018 21:52:42 +0000 Subject: Various work on playlist editor. --- graphics/update | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/update') diff --git a/graphics/update b/graphics/update index 33e6365d2..95a762044 100755 --- a/graphics/update +++ b/graphics/update @@ -70,6 +70,10 @@ else $INKSCAPE $i.png src/$i.svg -w 32 -h 32 done + # Playlist editor tick/no-tick + $INKSCAPE tick.png src/tick.svg -w 16 -h 16 + $INKSCAPE no_tick.png src/no_tick.svg -w 16 -h 16 + # favicon mkdir -p web convert src/web.png -resize 256x256 -transparent white web/favicon-256x256.png -- cgit v1.2.3