Fix missing preferences icon on macOS.
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Jan 2020 19:27:52 +0000 (20:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Jan 2020 19:27:52 +0000 (20:27 +0100)
platform/osx/make_dmg.sh

index 7a9542fd74099de6104a67e2f254c0153426d698..adedae3c2074aae188b912cf570531df0440c459 100644 (file)
@@ -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"