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:43:11 +0200 |
| commit | 13fa980ca58bd2654108ae0c0d17c484bcd47d04 (patch) | |
| tree | 76e4d845cef37f7ebf1c119663c743fab86141d8 | |
| parent | 03640a32d84c7c9c443351a3531fe702bbfff012 (diff) | |
Add some icons missing from the macOS build.
| -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" |
