summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-15 20:36:32 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-15 20:36:32 +0100
commitb4488bd72fcbcc3fe393724c9f4c65697fa949b6 (patch)
treec2e0f4228095774287d725cfa14f786f327e507c /platform
parentdb40e9a10b22085d124521763a8f12a290ba76f7 (diff)
Get prefs icons from the source tree on when starting from the macOS console.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/copy_resources.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/osx/copy_resources.sh b/platform/osx/copy_resources.sh
index 82ca60de9..0b5d61283 100644
--- a/platform/osx/copy_resources.sh
+++ b/platform/osx/copy_resources.sh
@@ -2,6 +2,5 @@ mkdir -p build/src/Resources
cp -r ../libdcp/{tags,xsd,ratings} build/src/Resources
cp graphics/{link,splash}.png build/src/Resources
cp graphics/{select,snap,sequence,zoom,zoom_all}.png build/src/Resources
-cp graphics/osx/preferences/*.png build/src/Resources
cp fonts/*.ttf build/src/Resources
ln -s $(which openssl) build/src/tools/openssl