Add partially-working resources copying script for macOS testing.
authorCarl Hetherington <cth@carlh.net>
Tue, 8 Dec 2020 20:03:07 +0000 (21:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 8 Dec 2020 20:03:07 +0000 (21:03 +0100)
platform/osx/copy_resources.sh [new file with mode: 0644]

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