Fix typo in variable name.
[dcpomatic.git] / graphics / update
index 0195c3695a281fef85118b9ef8a05edc009c875d..005bcf3fdb77cbe27e3e91fc502b9bcadfabf83b 100755 (executable)
@@ -81,7 +81,7 @@ else
     # OS X preferences icons
     mkdir -p osx/preferences
     for c in black white; do
-       for i in defaults email kdm_email cover_sheet keys tms notifications locations sound identifiers servers general advanced; do
+       for i in defaults email kdm_email cover_sheet keys tms notifications locations sound identifiers servers general advanced non_standard; do
            inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/${i}_${c}.png --width 32 --height 32 src/preferences_$c.svg
            inkbatch --inkscape $INKSCAPE -i bounds-$i -o osx/preferences/${i}@2x_${c}.png --width 64 --height 64 src/preferences_$c.svg
        done
@@ -95,8 +95,17 @@ else
     $INKSCAPE_EXPORT --export-filename=splash.png src/splash.svg -w 400 -h 300
 
     # Timeline toolbar icons (all platforms)
-    for i in select zoom zoom_all snap sequence; do
-        $INKSCAPE_EXPORT --export-filename=$i.png src/$i.svg -w 32 -h 32
+    for c in black white; do
+        for i in select zoom zoom_all snap sequence; do
+            inkbatch --inkscape $INKSCAPE -i timeline-$i -o ${i}_${c}.png --width 32 --height 32 src/timeline_$c.svg
+        done
+    done
+
+    # Batch converter toolbar icons (all platforms)
+    for c in black white; do
+        for i in add pause; do
+            inkbatch --inkscape $INKSCAPE -i batch-$i -o ${i}_${c}.png --width 32 --height 32 src/batch_$c.svg
+        done
     done
 
     # Playlist editor tick/no-tick