Missing copy of icons to .app.
authorCarl Hetherington <cth@carlh.net>
Fri, 14 Aug 2020 18:12:28 +0000 (20:12 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 14 Aug 2020 18:12:28 +0000 (20:12 +0200)
platform/osx/make_dmg.sh

index 086f972e58f5520a43f483f2b72de832fbc0b0d8..f55a0e8b14cfe969e6632f30c81e22385d366e34 100644 (file)
@@ -215,6 +215,8 @@ function copy_resources {
     cp $prefix/src/dcpomatic/graphics/osx/preferences/general@2x.png "$dest"
     cp $prefix/src/dcpomatic/graphics/osx/preferences/advanced.png "$dest"
     cp $prefix/src/dcpomatic/graphics/osx/preferences/advanced@2x.png "$dest"
+    cp $prefix/src/dcpomatic/graphics/osx/preferences/locations.png "$dest"
+    cp $prefix/src/dcpomatic/graphics/osx/preferences/locations@2x.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"