summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-08 21:03:07 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-08 21:03:07 +0100
commit7dc07e0a608c1b41ad63e24edfa8a92836f5be99 (patch)
tree6e33e572c4fe1fffe584616c7d98c7ae70a47bab
parent5671b643ef0e935563bf4cc89efd640d592d1f86 (diff)
Add partially-working resources copying script for macOS testing.
-rw-r--r--platform/osx/copy_resources.sh4
1 files changed, 4 insertions, 0 deletions
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