Re-order binary names.
authorCarl Hetherington <cth@carlh.net>
Sat, 13 May 2023 20:39:53 +0000 (22:39 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 May 2023 22:31:25 +0000 (00:31 +0200)
I've no idea why this works (to fix weird errors from the Apple signing
stuff) but it does...

platform/osx/make_dmg.sh

index ed4a1fa195328b1a302f3e4fd7cacc52025ec113..67947a7e517299f822e611673872294e9be9b774 100644 (file)
@@ -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