Skip to content

Commit

Permalink
bless changed on Ventura Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Feb 8, 2024
1 parent 2c4b498 commit cfb73f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/pyinstaller/create-dmg.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ echo 'Fixing permissions.'
chmod -Rf go-w "${TEMPLATE}" || true

# Makes the disk image window open automatically when mounted.
/usr/sbin/bless -openfolder "${MOUNT_POINT}"
#/usr/sbin/bless -openfolder "${MOUNT_POINT}" # -openfolder not supported on Ventura Apple Silicon

# Hides background directory even more.
SetFile -a V "${MOUNT_POINT}"/.background
Expand Down

0 comments on commit cfb73f1

Please sign in to comment.