summaryrefslogtreecommitdiff
path: root/graphics/update
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/update')
-rwxr-xr-xgraphics/update4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update
index c63fa8835..46964470b 100755
--- a/graphics/update
+++ b/graphics/update
@@ -109,7 +109,9 @@ else
done
# Link icon
- $INKSCAPE_EXPORT --export-filename=link.png src/link.svg -w 9 -h 16
+ for c in black white; do
+ $INKSCAPE_EXPORT --export-filename=link_$c.png src/link_$c.svg -w 9 -h 16
+ done
# favicon
mkdir -p web