From: Carl Hetherington Date: Fri, 15 Jul 2022 22:25:30 +0000 (-0700) Subject: Also copy fonts in osx/copy_resources.sh X-Git-Tag: v2.16.19~12 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=5667b5192f8fdf6e0df8ee2ce9ac124e0f606858 Also copy fonts in osx/copy_resources.sh --- diff --git a/platform/osx/copy_resources.sh b/platform/osx/copy_resources.sh index 69ec59a3a..82ca60de9 100644 --- a/platform/osx/copy_resources.sh +++ b/platform/osx/copy_resources.sh @@ -3,4 +3,5 @@ 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 graphics/osx/preferences/*.png build/src/Resources +cp fonts/*.ttf build/src/Resources ln -s $(which openssl) build/src/tools/openssl