From: Carl Hetherington Date: Mon, 27 Apr 2020 13:10:10 +0000 (+0200) Subject: The Disk Writer also needs openssl as creating its Config object X-Git-Tag: v2.15.62 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=50fa6e1802dbc8f6fd6406a93f86ec262a55ba1f The Disk Writer also needs openssl as creating its Config object 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. --- 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[@]}"