Add dcpomatic2_map tool (#2445).
[dcpomatic.git] / platform / osx / make_dmg.sh
index 087e8b936f778e48aeda42f106a4d4aca57d964f..3775508915399f525786faa2c6a63fcd5230f345 100644 (file)
@@ -237,6 +237,7 @@ function copy_resources {
     cp $prefix/src/dcpomatic/graphics/osx/preferences/general*.png "$dest"
     cp $prefix/src/dcpomatic/graphics/osx/preferences/advanced*.png "$dest"
     cp $prefix/src/dcpomatic/graphics/osx/preferences/locations*.png "$dest"
+    cp $prefix/src/dcpomatic/graphics/osx/preferences/non_standard*.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"
@@ -486,6 +487,7 @@ if [[ "$BUILD" == *main* ]]; then
        copy $ROOT src/dcpomatic/build/src/tools/dcpomatic2 "$approot/MacOS"
        copy $ROOT src/dcpomatic/build/src/tools/dcpomatic2_cli "$approot/MacOS"
        copy $ROOT src/dcpomatic/build/src/tools/dcpomatic2_create "$approot/MacOS"
+       copy $ROOT src/dcpomatic/build/src/tools/dcpomatic2_map "$approot/MacOS"
        copy $ROOT bin/ffprobe "$approot/MacOS"
        copy $ROOT src/openssl/apps/openssl "$approot/MacOS"
        copy_verify