diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-14 21:52:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-22 23:25:40 +0000 |
| commit | e3321029d7c57d4a0a7e72e9c0aa69eb1e124016 (patch) | |
| tree | 1ccc82f93a33e4ffb909e8b3f8b40070f20c0ca8 /graphics/update | |
| parent | 592e22afa11706f61f39eeb038be56adea09cbc8 (diff) | |
Various work on playlist editor.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
