summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-22 21:28:14 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-22 21:28:14 +0200
commit302c94e5cea75abac15c55b7bd7b1513f6bcf885 (patch)
tree551a90e4bca93ca06c9143003e7e04087bfd638e
parent60817309adf931b0e76b52e0ba35190a21cb6d9e (diff)
Add another directory to the copy_resources.sh script.
-rw-r--r--platform/osx/copy_resources.sh2
1 files changed, 1 insertions, 1 deletions
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