diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-15 20:38:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-15 20:38:13 +0100 |
| commit | 11f046d81b9011a19d3f6299996f93782e789cb4 (patch) | |
| tree | 0704093f834af5413b4a70cff6b5f3a94dd85f6c | |
| parent | b4488bd72fcbcc3fe393724c9f4c65697fa949b6 (diff) | |
Remove some more unnecessary copying for macOS command line.
| -rw-r--r-- | platform/osx/copy_resources.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/osx/copy_resources.sh b/platform/osx/copy_resources.sh index 0b5d61283..06b6e5985 100644 --- a/platform/osx/copy_resources.sh +++ b/platform/osx/copy_resources.sh @@ -1,6 +1,4 @@ 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 fonts/*.ttf build/src/Resources ln -s $(which openssl) build/src/tools/openssl |
