summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-04 13:37:07 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-04 13:37:07 +0100
commit5a392ecdeb7fe37ef10eade9b484665c448caf81 (patch)
treee826c1cce7c095ee67f96a0ad59746c084596be2
parenta57717d54c34096d80a467ad78e9fdcecca70b2c (diff)
Missing OS X icon.
-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 2d3f5c47e..1972d2c59 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -127,6 +127,7 @@ function copy_resources {
cp $ROOT/32/src/dcpomatic/graphics/osx/preferences/keys.png "$dest"
cp $ROOT/32/src/dcpomatic/graphics/osx/preferences/cover_sheet.png "$dest"
cp $ROOT/32/src/dcpomatic/graphics/osx/preferences/notifications.png "$dest"
+ cp $ROOT/32/src/dcpomatic/graphics/osx/preferences/accounts.png "$dest"
cp $ROOT/32/src/dcpomatic/fonts/LiberationSans-Regular.ttf "$dest"
cp $ROOT/32/src/dcpomatic/fonts/LiberationSans-Italic.ttf "$dest"
cp $ROOT/32/src/dcpomatic/fonts/LiberationSans-Bold.ttf "$dest"