Skip to content

Commit

Permalink
Merge pull request #1060 from vasole/mac
Browse files Browse the repository at this point in the history
[packaging] bless changed on Ventura Apple Silicon
  • Loading branch information
vasole authored Feb 8, 2024
2 parents 2c4b498 + cfb73f1 commit 57815f4
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 57815f4

Please sign in to comment.