From: Carl Hetherington Date: Sun, 8 Mar 2020 18:18:07 +0000 (+0100) Subject: Add missing icons for _playlist to the macOS build. X-Git-Tag: v2.15.48~24 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=bb44567d6e77859f54fe30f89426ee337ee69587 Add missing icons for _playlist to the macOS build. --- 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"