diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-28 21:45:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-03 01:27:53 +0100 |
| commit | 3b9be2ddfbfbb8ad0ae591ae90d93835ea42bf9f (patch) | |
| tree | 9d9910c57b3a1a4271ee7669eeb66cfde29343f3 /platform | |
| parent | 9bc613b81ac9f818b0eb4d190d7f6d0ef3cbcd78 (diff) | |
Move some settings to new non-standard page.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 087e8b936..7b2f330a2 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -237,6 +237,7 @@ function copy_resources { cp $prefix/src/dcpomatic/graphics/osx/preferences/general*.png "$dest" cp $prefix/src/dcpomatic/graphics/osx/preferences/advanced*.png "$dest" cp $prefix/src/dcpomatic/graphics/osx/preferences/locations*.png "$dest" + cp $prefix/src/dcpomatic/graphics/osx/preferences/non_standard*.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" |
