From: Carl Hetherington Date: Wed, 31 Mar 2021 21:13:02 +0000 (+0200) Subject: Missing part of osx/copy_resources.sh X-Git-Tag: v2.15.138~19 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=9dce1d2646fa086af5006afe65723a50df583788 Missing part of osx/copy_resources.sh --- 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