summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-15 12:02:44 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-15 12:02:53 +0000
commit8a1e5f6a6c3ea0147c687fde40110f4ec138fd9b (patch)
tree0acfeec1d4f28b630ce821508f7975e975b507b5
parent142f688c0ebb6938ef2d7f2b7e7c859d12af7e23 (diff)
Try to include dcpomatic2_kdm_cli in the KDM creator .app.
-rw-r--r--platform/osx/make_dmg.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index ab430de82..978548c09 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -246,8 +246,9 @@ make_dmg "$appdir" "DCP-o-matic"
# DCP-o-matic KDM Creator
setup "DCP-o-matic 2 KDM Creator.app"
universal_copy $ROOT src/dcpomatic/build/src/tools/dcpomatic2_kdm "$approot/MacOS"
+universal_copy $ROOT src/dcpomatic/build/src/tools/dcpomatic2_kdm_cli "$approot/MacOS"
cp $ROOT/32/src/dcpomatic/build/platform/osx/dcpomatic2_kdm.Info.plist "$approot/Info.plist"
-rl=("$approot/MacOS/dcpomatic2_kdm" "$approot/lib/"*.dylib)
+rl=("$approot/MacOS/dcpomatic2_kdm" "$approot/MacOS/dcpomatic2_kdm_cli" "$approot/lib/"*.dylib)
relink "${rl[@]}"
make_dmg "$appdir" "DCP-o-matic KDM Creator"