Add GDC and accounts icon.
[dcpomatic.git] / graphics / update
index 9c14f2157f62bb3f31965ef3c2efc2c263efb956..51336745e7f7b9250c17ee06819394491e06e170 100755 (executable)
@@ -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
 
@@ -66,8 +66,9 @@ else
     $INKSCAPE splash.png src/splash.svg -w 400 -h 300
 
     # Timeline toolbar icons (all platforms)
-    $INKSCAPE select.png src/select.svg -w 24 -h 24
-    $INKSCAPE zoom.png src/zoom.svg -w 24 -h 24
+    for i in select zoom zoom_all snap sequence; do
+        $INKSCAPE $i.png src/$i.svg -w 32 -h 32
+    done
 
     # favicon
     mkdir -p web