diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-13 21:09:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-13 21:09:49 +0200 |
| commit | 6393adabe8faecfbfdefa9d4607258e3a7c6f940 (patch) | |
| tree | cb77f7abb4f5d270dde5b1d4e6f5b48db992c883 | |
| parent | 7dbcb7cb856f29b5d8fb9b16dc9f4a30898b8b40 (diff) | |
Missing relink of dcpomatic2_map.
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 365090215..ed4a1fa19 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -493,7 +493,7 @@ if [[ "$BUILD" == *main* ]]; then copy_verify copy_kdm 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/ffprobe" "$approot/Frameworks/"*.dylib) + 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" fi |
