diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-27 15:10:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-27 15:10:10 +0200 |
| commit | 50fa6e1802dbc8f6fd6406a93f86ec262a55ba1f (patch) | |
| tree | 292ac226b428d528bb83eb66e1ab39f18611a49f | |
| parent | 671947e6018cc480aa879fba85fdc799146afebb (diff) | |
The Disk Writer also needs openssl as creating its Config objectv2.15.62
will try to make certificates if it's the first DCP-o-matic tool
to be run on a machine. In theory we could make the cert creation
not happen for the disk writer but that seems a little fiddly.
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 70957bcf4..dfac33d46 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -507,6 +507,7 @@ make_dmg "$appdir" "" "DCP-o-matic Playlist Editor" com.dcpomatic.playlist # DCP-o-matic Disk Writer .app setup "DCP-o-matic 2 Disk Writer.app" copy $ROOT src/dcpomatic/build/src/tools/dcpomatic2_disk "$approot/MacOS" +copy $ROOT src/openssl/apps/openssl "$approot/MacOS" cp $prefix/src/dcpomatic/build/platform/osx/dcpomatic2_disk.Info.plist "$approot/Info.plist" rl=("$approot/MacOS/dcpomatic2_disk" "$approot/Frameworks/"*.dylib) relink_relative "${rl[@]}" |
