X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=graphics%2Fupdate;h=8db13d25c758d2db020ce7f22c6cbae075278b02;hb=51c755b4fdea854325a09f7658ccfe43b9fa7ef0;hp=73436cb6a59f4d019a1476a2cd604ec5a16e333e;hpb=8e2d3d6c051b1385d5df4f58691e3a694f13a1d4;p=dcpomatic.git diff --git a/graphics/update b/graphics/update index 73436cb6a..8db13d25c 100755 --- a/graphics/update +++ b/graphics/update @@ -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