summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-25 00:18:01 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-25 00:18:01 +0100
commitac7974191b928df286a0d515c886d4e08ab6b06c (patch)
treea2646fbfb8ebdd93dbe75a8500efad3e0fd01153
parent0f8e8ae6dba273170a5f60a16a14fbe69627dc0e (diff)
Try to fix missing server icon on OS X.
-rwxr-xr-xgraphics/update1
-rw-r--r--platform/osx/make_dmg.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/update b/graphics/update
index 06e4de302..690109a76 100755
--- a/graphics/update
+++ b/graphics/update
@@ -23,6 +23,7 @@ else
# OS X application icons
mkdir -p osx
for r in 16 32 128 256 512; do
+ convert src/dcpomatic.png -resize 32x32 osx/dcpomatic2.png
for p in dcpomatic2; do
mkdir -p osx/$p.iconset
convert src/dcpomatic.png -resize $rx$r osx/$p.iconset/icon_${r}x${r}.png
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index b5d6d5bc0..6a413f287 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -113,6 +113,7 @@ function copy_libs {
# @param #1 directory to copy to
function copy_resources {
local dest="$1"
+ cp $ROOT/32/src/dcpomatic/graphics/osx/dcpomatic2.png "$dest"
cp $ROOT/32/src/dcpomatic/graphics/osx/dcpomatic2.icns "$dest"
cp $ROOT/32/src/dcpomatic/graphics/osx/dcpomatic2_kdm.icns "$dest"
cp $ROOT/32/src/dcpomatic/graphics/osx/dcpomatic2_server.icns "$dest"