From 7475425dcb9a96309113e498c76e58f19ca544a5 Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Thu, 30 May 2024 22:31:30 +0200 Subject: [PATCH] osx: Remove bless -openfolder This was deprecated for a while now and removed on aarch64. The dmg build works without it now. --- tools/osx-dmg.sh | 4 ---- 1 file changed, 4 deletions(-) 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}"