Add another directory to the copy_resources.sh script.
authorCarl Hetherington <cth@carlh.net>
Sun, 22 May 2022 19:28:14 +0000 (21:28 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 22 May 2022 19:28:14 +0000 (21:28 +0200)
platform/osx/copy_resources.sh

index b325149af8fcd0fc4d66b4a9311bb6ea3cf3d73a..69ec59a3a60fedca6c7b5b4ad33ec2d6dd56c7cf 100644 (file)
@@ -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