diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-25 09:13:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-25 09:13:28 +0100 |
| commit | d81704ba871e048eca2f6a5428d22570ac9c24da (patch) | |
| tree | fbd8b27561fc76efab8a64eb540057f4a4748552 /graphics/update | |
| parent | 8e2d3d6c051b1385d5df4f58691e3a694f13a1d4 (diff) | |
New OS X menu bar icon for server.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update index 73436cb6a..fbd522597 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 22 -h 22 src/dcpomatic_small.svg + # Splash screen (all platforms) $INKSCAPE splash.png src/splash.svg -w 400 -h 300 |
