From: Carl Hetherington Date: Fri, 15 Mar 2024 19:38:13 +0000 (+0100) Subject: Remove some more unnecessary copying for macOS command line. X-Git-Tag: v2.16.79~9 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=11f046d81b9011a19d3f6299996f93782e789cb4;hp=b4488bd72fcbcc3fe393724c9f4c65697fa949b6 Remove some more unnecessary copying for macOS command line. --- diff --git a/platform/osx/copy_resources.sh b/platform/osx/copy_resources.sh index 0b5d61283..06b6e5985 100644 --- a/platform/osx/copy_resources.sh +++ b/platform/osx/copy_resources.sh @@ -1,6 +1,4 @@ mkdir -p build/src/Resources cp -r ../libdcp/{tags,xsd,ratings} build/src/Resources -cp graphics/{link,splash}.png build/src/Resources -cp graphics/{select,snap,sequence,zoom,zoom_all}.png build/src/Resources cp fonts/*.ttf build/src/Resources ln -s $(which openssl) build/src/tools/openssl