From 7dc07e0a608c1b41ad63e24edfa8a92836f5be99 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 8 Dec 2020 21:03:07 +0100 Subject: Add partially-working resources copying script for macOS testing. --- platform/osx/copy_resources.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 platform/osx/copy_resources.sh diff --git a/platform/osx/copy_resources.sh b/platform/osx/copy_resources.sh new file mode 100644 index 000000000..842db7269 --- /dev/null +++ b/platform/osx/copy_resources.sh @@ -0,0 +1,4 @@ +mkdir -p build/src/Resources +cp -r ../libdcp/{tags,xsd} build/src/Resources +cp graphics/{link,splash}.png build/src/Resources +cp graphics/osx/preferences/*.png build/src/Resources -- cgit v1.2.3