X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=macos%2Fbuild-dmg.sh;h=aa82588d60e61403f537ad105b175b7f085940f0;hp=87858f26cfbe30b94e1f2495052b4c74ec0c9d52;hb=6d695f75f8ada305d7d8c9f5e519ead6032ff097;hpb=63c13e1e21fd4ec2309798ead773e22874c067cf diff --git a/macos/build-dmg.sh b/macos/build-dmg.sh index 87858f2..aa82588 100755 --- a/macos/build-dmg.sh +++ b/macos/build-dmg.sh @@ -183,9 +183,10 @@ Also make sure to trash the current one before retrying" ### install background and app icons # clean up any 'background' dir if exists rm -rf "$img_mnt"/{,.}background - mkdir -p "$img_mnt"/.background "$img_mnt"/$resource_path + mkdir -p "$img_mnt"/.background "$img_mnt"/$resource_path/sface/images cp $temp/sface/macos/graphic-install-background.png "$img_mnt"/.background/background.png cp $temp/sface/macos/graphic-sfa.icns "$img_mnt"/$resource_path/appIcon.icns + cp $temp/sface/macos/graphic-sfa.png "$img_mnt"/$resource_path/sface/images # the volume icons won't work - who cares # cp $temp/sface/macos/graphic-vol-sface.icns "$img_mnt"/.background/volumeIcon.icns # cp $temp/sface/macos/graphic-vol-sface.png "$img_mnt"/.background/volumeIcon.png