From: Carl Hetherington Date: Fri, 14 Aug 2020 18:12:28 +0000 (+0200) Subject: Missing copy of icons to .app. X-Git-Tag: v2.15.98~1 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0d7cdfccaa13b952cf80ddcee799cbf69450d9f4 Missing copy of icons to .app. --- diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 086f972e5..f55a0e8b1 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -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"