From 2ecd5036a065e5bfe6109a972853c97c421f4691 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 13 May 2023 22:39:53 +0200 Subject: [PATCH] Re-order binary names. I've no idea why this works (to fix weird errors from the Apple signing stuff) but it does... --- platform/osx/make_dmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2