summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-22 22:01:59 +0200
committerCarl Hetherington <cth@carlh.net>2021-06-25 21:58:38 +0200
commitb7aa70911ed89511c2dc8b430e3c348a43b9c020 (patch)
tree538b33e0016079b2866f94a06ba3bba55d6f89e2 /platform
parent90846ade9558e460b68324478e81b5f8e87d8a4c (diff)
Make white/black versions of server icon.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 499926876..aefa94e2c 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -178,7 +178,8 @@ function copy_resources {
else
local prefix=$ROOT/$ARCH1
fi
- cp $prefix/src/dcpomatic/graphics/osx/dcpomatic_small.png "$dest"
+ cp $prefix/src/dcpomatic/graphics/osx/dcpomatic_small_white.png "$dest"
+ cp $prefix/src/dcpomatic/graphics/osx/dcpomatic_small_black.png "$dest"
cp $prefix/src/dcpomatic/graphics/osx/dcpomatic2.icns "$dest"
cp $prefix/src/dcpomatic/graphics/osx/dcpomatic2_kdm.icns "$dest"
cp $prefix/src/dcpomatic/graphics/osx/dcpomatic2_server.icns "$dest"