From: Carl Hetherington Date: Sat, 13 May 2023 20:39:53 +0000 (+0200) Subject: Re-order binary names. X-Git-Tag: v2.16.56~1 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=2ecd5036a065e5bfe6109a972853c97c421f4691 Re-order binary names. I've no idea why this works (to fix weird errors from the Apple signing stuff) but it does... --- diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index ed4a1fa19..67947a7e5 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -495,7 +495,7 @@ if [[ "$BUILD" == *main* ]]; then cp $prefix/src/dcpomatic/build/platform/osx/dcpomatic2.Info.plist "$approot/Info.plist" rl=("$approot/MacOS/dcpomatic2" "$approot/MacOS/dcpomatic2_cli" "$approot/MacOS/dcpomatic2_create" "$approot/MacOS/dcpomatic2_map" "$approot/MacOS/ffprobe" "$approot/Frameworks/"*.dylib) relink_relative "${rl[@]}" - make_dmg "$appdir" "" "DCP-o-matic" "dcpomatic2_verify dcpomatic2_kdm_inspect openssl ffprobe dcpomatic2_cli dcpomatic2_create dcpomatic2 dcpomatic2_map" + make_dmg "$appdir" "" "DCP-o-matic" "dcpomatic2_verify dcpomatic2_kdm_inspect openssl ffprobe dcpomatic2_cli dcpomatic2_create dcpomatic2_map dcpomatic2" fi if [[ "$BUILD" == *kdm* ]]; then