summaryrefslogtreecommitdiff
path: root/platform
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 /platform
parent0f8e8ae6dba273170a5f60a16a14fbe69627dc0e (diff)
Try to fix missing server icon on OS X.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh1
1 files changed, 1 insertions, 0 deletions
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"