Skip to content

Commit

Permalink
osx: Remove bless -openfolder
Browse files Browse the repository at this point in the history
This was deprecated for a while now and removed on aarch64.
The dmg build works without it now.
  • Loading branch information
arch1t3cht committed May 30, 2024
1 parent d1916fc commit 7475425
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/osx-dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7475425

Please sign in to comment.