diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-01 00:09:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-01 00:09:13 +0100 |
| commit | 7577b2ce33f8f8b8f411359afac38e270954e110 (patch) | |
| tree | a14d663ca62af52ae02d056486f6753f90f5bb23 /platform | |
| parent | 054695b21346c089cb0d6c84d82dbec935d2acd7 (diff) | |
Make DMG for playlist editor on macOS.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
