summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-01-27 20:27:52 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-27 20:27:52 +0100
commitc93449bb6d866f6ff9cdc94ca9babdfd8b53c870 (patch)
tree61f7115d3e1c7d0584aa835e13a9982aafc4657f /platform
parentf0fd3981314db5b8596260aeb53564893a526b99 (diff)
Fix missing preferences icon on macOS.
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 7a9542fd7..adedae3c2 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -196,6 +196,7 @@ function copy_resources {
cp $prefix/src/dcpomatic/graphics/osx/preferences/cover_sheet.png "$dest"
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/fonts/LiberationSans-Regular.ttf "$dest"
cp $prefix/src/dcpomatic/fonts/LiberationSans-Italic.ttf "$dest"
cp $prefix/src/dcpomatic/fonts/LiberationSans-Bold.ttf "$dest"