diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-31 23:13:02 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-31 23:44:36 +0200 |
| commit | 9dce1d2646fa086af5006afe65723a50df583788 (patch) | |
| tree | de5b72dc4b0fa067f68983cf3635953393244b9a | |
| parent | c7573918f64657f720c7e9437df0a33e505c88bc (diff) | |
Missing part of osx/copy_resources.sh
| -rw-r--r-- | platform/osx/copy_resources.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/copy_resources.sh b/platform/osx/copy_resources.sh index 3e19a4820..b325149af 100644 --- a/platform/osx/copy_resources.sh +++ b/platform/osx/copy_resources.sh @@ -1,5 +1,6 @@ mkdir -p build/src/Resources cp -r ../libdcp/{tags,xsd} build/src/Resources cp graphics/{link,splash}.png build/src/Resources +cp graphics/{select,snap,sequence,zoom,zoom_all}.png build/src/Resources cp graphics/osx/preferences/*.png build/src/Resources ln -s $(which openssl) build/src/tools/openssl |
