summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-22 23:36:36 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-22 23:36:36 +0100
commitae52f973231e66ecb82f481ecac0dd10a37d45d9 (patch)
treefff54d00e97cc3f0056accd7d1a5e8c96e574abf
parentba285a1b873149f5b5d630ab7b136240cc27c8e2 (diff)
Restore preferences image for macOS accidentally dropped in the 10.9 commit.v2.14.30
-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 99ced3004..07727d55b 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -195,6 +195,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/accounts.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"