summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-05-13 22:39:53 +0200
committerCarl Hetherington <cth@carlh.net>2023-05-14 00:31:25 +0200
commit2ecd5036a065e5bfe6109a972853c97c421f4691 (patch)
treee6e4a4f8759f2c94fc81162e0aebc4e97c50cd75 /platform
parent550794a2a289c4d738292ab74639e1496f55e07e (diff)
Re-order binary names.
I've no idea why this works (to fix weird errors from the Apple signing stuff) but it does...
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh2
1 files changed, 1 insertions, 1 deletions
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