summaryrefslogtreecommitdiff
path: root/platform
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 /platform
parent8e2d3d6c051b1385d5df4f58691e3a694f13a1d4 (diff)
New OS X menu bar icon for server.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 6a413f287..bccecfebc 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -113,7 +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/dcpomatic_small.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"