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:44 +0000
commit67e2718f396da6f6faf6f703f6b90162bd6cb9ac (patch)
treea5e0c716d040332eadea2f6e80d31977b9c85ad2
parentd661797fed639f9e6a6cf2160cf0d2e4de04694c (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"