Use new channel 14 ATMOS sync creation code in libdcp,
[dcpomatic.git] / graphics / update
index 9b75493dbd94a0e5480d92540241f06a2d2ad6f9..72aaa5f26221892882690c7bb68756084e246e0b 100755 (executable)
@@ -65,7 +65,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 locations sound; do
+    for i in colour_conversions defaults email kdm_email cover_sheet keys tms notifications locations sound identifiers; do
        $INKSCAPE osx/preferences/$i.png src/$i.svg -w 32 -h 32
     done
 
@@ -84,6 +84,9 @@ else
     $INKSCAPE tick.png src/tick.svg -w 16 -h 16
     $INKSCAPE no_tick.png src/no_tick.svg -w 16 -h 16
 
+    # Link icon
+    $INKSCAPE link.png src/link.svg -w 9 -h 16
+
     # favicon
     mkdir -p web
     convert src/web.png -resize 256x256 -transparent white web/favicon-256x256.png