diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-19 00:07:28 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-19 00:07:28 +0200 |
| commit | ea4445f82433ec007a1034a975f0e9b635e2db9f (patch) | |
| tree | fc9cc76d24745926ea0dfbc1385188cfb6bf53fd /platform/osx | |
| parent | 6307ce6e9c59aa971413160e88a0f3304879cb95 (diff) | |
Add some icons missing from the macOS build.playlist
Diffstat (limited to 'platform/osx')
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 949999cee..38ecff987 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -230,6 +230,8 @@ function copy_resources { cp $prefix/src/dcpomatic/graphics/sequence.png "$dest" cp $prefix/src/dcpomatic/graphics/me.jpg "$dest" cp $prefix/src/dcpomatic/graphics/link.png "$dest" + cp $prefix/src/dcpomatic/graphics/tick.png "$dest" + cp $prefix/src/dcpomatic/graphics/no_tick.png "$dest" cp -r $prefix/share/libdcp/xsd "$dest" cp -r $prefix/share/libdcp/tags "$dest" |
