diff --git a/tools/osx-dmg.sh b/tools/osx-dmg.sh index 24a9ec64b2..4c431a3c3e 100755 --- a/tools/osx-dmg.sh +++ b/tools/osx-dmg.sh @@ -57,10 +57,6 @@ echo "---- Mounting image ----" DEV_NAME=`/usr/bin/hdiutil attach -readwrite -noverify -noautoopen "${DMG_RW_PATH}" |awk '/GUID_partition_scheme/ {print $1}'` echo "Device name: ${DEV_NAME}" -echo -echo "---- Setting bless -openfolder ----" -bless -openfolder "/Volumes/${PKG_NAME_VOLUME}" - echo echo "---- Setting root icon using SetFile ----" SetFile -a C "/Volumes/${PKG_NAME_VOLUME}"