Fix tests after changes in c2c6fbdd8dddbb6ccba0a6ae49a13d5364122df7
[dcpomatic.git] / graphics / update
index f42c3182b80d4b06b667c70be737b9bccec3b6ac..c63fa8835108225f38a17aa43d1b2cc3a6f961e5 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
@@ -101,9 +101,12 @@ else
         done
     done
 
-    # Playlist editor tick/no-tick
-    $INKSCAPE_EXPORT --export-filename=tick.png src/tick.svg -w 16 -h 16
-    $INKSCAPE_EXPORT --export-filename=no_tick.png src/no_tick.svg -w 16 -h 16
+    # 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
 
     # Link icon
     $INKSCAPE_EXPORT --export-filename=link.png src/link.svg -w 9 -h 16