Add partially-working resources copying script for macOS testing.
[dcpomatic.git] / platform / osx / copy_resources.sh
diff --git a/platform/osx/copy_resources.sh b/platform/osx/copy_resources.sh
new file mode 100644 (file)
index 0000000..842db72
--- /dev/null
@@ -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