diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-12 00:11:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-12 13:13:36 +0200 |
| commit | 21606f2f5781f648c5dd26020983e4fdaec4fd19 (patch) | |
| tree | 66c46e6f86824f34d39f7bb9438acc707e56c0e7 /graphics/update | |
| parent | 61724dd3c9656d1e26ae945ce784ca50c2059695 (diff) | |
Add crop left/right top/bottom link control.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/update b/graphics/update index 9b75493db..f0a7fd597 100755 --- a/graphics/update +++ b/graphics/update @@ -84,6 +84,9 @@ else $INKSCAPE tick.png src/tick.svg -w 16 -h 16 $INKSCAPE no_tick.png src/no_tick.svg -w 16 -h 16 + # Link icon + $INKSCAPE link.png src/link.svg -w 9 -h 16 + # favicon mkdir -p web convert src/web.png -resize 256x256 -transparent white web/favicon-256x256.png |
