The Disk Writer also needs openssl as creating its Config object v2.15.62
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Apr 2020 13:10:10 +0000 (15:10 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Apr 2020 13:10:10 +0000 (15:10 +0200)
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.

platform/osx/make_dmg.sh

index 70957bcf435618dcb9486e0fed378a66d56178f8..dfac33d4618f18f3b37d91d68c34b13a479b2329 100644 (file)
@@ -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[@]}"