summaryrefslogtreecommitdiff
path: root/graphics/update
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-15 10:51:16 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-15 10:57:07 +0100
commit998b2eea5640cda23950ff6c5e24bd1f9ccb160f (patch)
treed3a3cea840335da15efb409cd2d8842f00973c2e /graphics/update
parentc3fc23c2670ae6377ef42a4e4af051d47b88e75d (diff)
Add GDC and accounts icon.
Diffstat (limited to 'graphics/update')
-rwxr-xr-xgraphics/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update
index 9815cf9a7..51336745e 100755
--- a/graphics/update
+++ b/graphics/update
@@ -55,7 +55,7 @@ else
# OS X preferences icons
# servers.png does not have an SVG version
mkdir -p osx/preferences
- for i in colour_conversions defaults email kdm_email cover_sheet keys tms notifications; do
+ for i in colour_conversions defaults email kdm_email cover_sheet keys tms notifications accounts; do
$INKSCAPE osx/preferences/$i.png src/$i.svg -w 32 -h 32
done