From: Carl Hetherington Date: Tue, 8 Dec 2020 20:03:07 +0000 (+0100) Subject: Add partially-working resources copying script for macOS testing. X-Git-Tag: 11.0-build-runs~47 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=7dc07e0a608c1b41ad63e24edfa8a92836f5be99 Add partially-working resources copying script for macOS testing. --- 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