diff options
| -rwxr-xr-x | graphics/update | 1 | ||||
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/update b/graphics/update index 06e4de302..690109a76 100755 --- a/graphics/update +++ b/graphics/update @@ -23,6 +23,7 @@ else # OS X application icons mkdir -p osx for r in 16 32 128 256 512; do + convert src/dcpomatic.png -resize 32x32 osx/dcpomatic2.png for p in dcpomatic2; do mkdir -p osx/$p.iconset convert src/dcpomatic.png -resize $rx$r osx/$p.iconset/icon_${r}x${r}.png diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index b5d6d5bc0..6a413f287 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -113,6 +113,7 @@ function copy_libs { # @param #1 directory to copy to function copy_resources { local dest="$1" + cp $ROOT/32/src/dcpomatic/graphics/osx/dcpomatic2.png "$dest" cp $ROOT/32/src/dcpomatic/graphics/osx/dcpomatic2.icns "$dest" cp $ROOT/32/src/dcpomatic/graphics/osx/dcpomatic2_kdm.icns "$dest" cp $ROOT/32/src/dcpomatic/graphics/osx/dcpomatic2_server.icns "$dest" |
