summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-17 11:54:33 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-17 11:54:33 +0200
commitecb2f017e18704e8c6c70463cf3a41a538034902 (patch)
treee081bee0e6b953379d664aed8fb1edd3c4375801 /platform
parent54ca5a01f0648d2a5101fab0f50b41d8c90612e4 (diff)
Move identifiers stuff out to a new prefs tab.v2.15.81
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 9747bd3ec..bfb518110 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -202,6 +202,7 @@ function copy_resources {
cp $prefix/src/dcpomatic/graphics/osx/preferences/notifications.png "$dest"
cp $prefix/src/dcpomatic/graphics/osx/preferences/locations.png "$dest"
cp $prefix/src/dcpomatic/graphics/osx/preferences/sound.png "$dest"
+ cp $prefix/src/dcpomatic/graphics/osx/preferences/identifiers.png "$dest"
cp $prefix/src/dcpomatic/fonts/LiberationSans-Regular.ttf "$dest"
cp $prefix/src/dcpomatic/fonts/LiberationSans-Italic.ttf "$dest"
cp $prefix/src/dcpomatic/fonts/LiberationSans-Bold.ttf "$dest"