summaryrefslogtreecommitdiff
path: root/graphics/update
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-25 09:13:28 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-25 09:13:28 +0100
commitd81704ba871e048eca2f6a5428d22570ac9c24da (patch)
treefbd8b27561fc76efab8a64eb540057f4a4748552 /graphics/update
parent8e2d3d6c051b1385d5df4f58691e3a694f13a1d4 (diff)
New OS X menu bar icon for server.
Diffstat (limited to 'graphics/update')
-rwxr-xr-xgraphics/update4
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