diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-08 19:18:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-08 19:18:07 +0100 |
| commit | bb44567d6e77859f54fe30f89426ee337ee69587 (patch) | |
| tree | 4098368ef143c0a8ecf5c9ca11e5d0779c45185a | |
| parent | c0514dd6ec5bd0a0fcfc01f4f67e83fb3fdac4c4 (diff) | |
Add missing icons for _playlist to the macOS build.
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index a89df72ad..867200aa7 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -186,6 +186,7 @@ function copy_resources { cp $prefix/src/dcpomatic/graphics/osx/dcpomatic2_server.icns "$dest" cp $prefix/src/dcpomatic/graphics/osx/dcpomatic2_player.icns "$dest" cp $prefix/src/dcpomatic/graphics/osx/dcpomatic2_batch.icns "$dest" + cp $prefix/src/dcpomatic/graphics/osx/dcpomatic2_playlist.icns "$dest" cp $prefix/src/dcpomatic/graphics/osx/preferences/colour_conversions.png "$dest" cp $prefix/src/dcpomatic/graphics/osx/preferences/defaults.png "$dest" cp $prefix/src/dcpomatic/graphics/osx/preferences/kdm_email.png "$dest" |
