From: Carl Hetherington Date: Sat, 29 Feb 2020 23:09:13 +0000 (+0100) Subject: Make DMG for playlist editor on macOS. X-Git-Tag: v2.15.45~3 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=7577b2ce33f8f8b8f411359afac38e270954e110 Make DMG for playlist editor on macOS. --- diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 8f16920b6..a89df72ad 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -434,3 +434,12 @@ cp $prefix/src/dcpomatic/build/platform/osx/dcpomatic2_player.Info.plist "$appro rl=("$approot/MacOS/dcpomatic2_player" "$approot/Frameworks/"*.dylib) relink "${rl[@]}" make_dmg "$appdir" "DCP-o-matic Player" com.dcpomatic.player + +# DCP-o-matic Playlist Editor +setup "DCP-o-matic 2 Playlist Editor.app" +copy $ROOT src/dcpomatic/build/src/tools/dcpomatic2_playlist "$approot/MacOS" +copy $ROOT src/openssl/apps/openssl "$approot/MacOS" +cp $prefix/src/dcpomatic/build/platform/osx/dcpomatic2_playlist.Info.plist "$approot/Info.plist" +rl=("$approot/MacOS/dcpomatic2_playlist" "$approot/Frameworks/"*.dylib) +relink "${rl[@]}" +make_dmg "$appdir" "DCP-o-matic Playlist Editor" com.dcpomatic.playlist