summaryrefslogtreecommitdiff
path: root/graphics/update
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-12 00:11:01 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-12 13:13:36 +0200
commit21606f2f5781f648c5dd26020983e4fdaec4fd19 (patch)
tree66c46e6f86824f34d39f7bb9438acc707e56c0e7 /graphics/update
parent61724dd3c9656d1e26ae945ce784ca50c2059695 (diff)
Add crop left/right top/bottom link control.
Diffstat (limited to 'graphics/update')
-rwxr-xr-xgraphics/update3
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