From 5667b5192f8fdf6e0df8ee2ce9ac124e0f606858 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 15 Jul 2022 15:25:30 -0700 Subject: [PATCH] Also copy fonts in osx/copy_resources.sh --- platform/osx/copy_resources.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2