Supporter.
[dcpomatic.git] / graphics / update
index 73436cb6a59f4d019a1476a2cd604ec5a16e333e..8db13d25c758d2db020ce7f22c6cbae075278b02 100755 (executable)
@@ -22,7 +22,6 @@ else
 
     # OS X application icons
     mkdir -p osx
-    convert src/dcpomatic.png -resize 32x32 osx/dcpomatic2.png
     for r in 16 32 128 256 512; do
        for p in dcpomatic2; do
            mkdir -p osx/$p.iconset
@@ -60,6 +59,9 @@ else
        $INKSCAPE osx/preferences/$i.png src/$i.svg -w 32 -h 32
     done
 
+    # OS X menu bar icon for the server
+    $INKSCAPE osx/dcpomatic_small.png -w 64 -h 64 src/dcpomatic_small.svg
+
     # Splash screen (all platforms)
     $INKSCAPE splash.png src/splash.svg -w 400 -h 300