From: Carl Hetherington Date: Sun, 22 May 2022 19:28:14 +0000 (+0200) Subject: Add another directory to the copy_resources.sh script. X-Git-Tag: v2.16.12~3 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=302c94e5cea75abac15c55b7bd7b1513f6bcf885 Add another directory to the copy_resources.sh script. --- diff --git a/platform/osx/copy_resources.sh b/platform/osx/copy_resources.sh index b325149af..69ec59a3a 100644 --- a/platform/osx/copy_resources.sh +++ b/platform/osx/copy_resources.sh @@ -1,5 +1,5 @@ mkdir -p build/src/Resources -cp -r ../libdcp/{tags,xsd} 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 graphics/osx/preferences/*.png build/src/Resources