From c93449bb6d866f6ff9cdc94ca9babdfd8b53c870 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 27 Jan 2020 20:27:52 +0100 Subject: Fix missing preferences icon on macOS. --- platform/osx/make_dmg.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 7a9542fd7..adedae3c2 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -196,6 +196,7 @@ function copy_resources { cp $prefix/src/dcpomatic/graphics/osx/preferences/cover_sheet.png "$dest" cp $prefix/src/dcpomatic/graphics/osx/preferences/notifications.png "$dest" cp $prefix/src/dcpomatic/graphics/osx/preferences/locations.png "$dest" + cp $prefix/src/dcpomatic/graphics/osx/preferences/sound.png "$dest" cp $prefix/src/dcpomatic/fonts/LiberationSans-Regular.ttf "$dest" cp $prefix/src/dcpomatic/fonts/LiberationSans-Italic.ttf "$dest" cp $prefix/src/dcpomatic/fonts/LiberationSans-Bold.ttf "$dest" -- cgit v1.2.3