From cfb73f1a318f242ebf618e781f618f874701e3df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=2E=20Armando=20Sol=C3=A9?= Date: Thu, 8 Feb 2024 11:21:27 +0100 Subject: [PATCH] bless changed on Ventura Apple Silicon --- package/pyinstaller/create-dmg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pyinstaller/create-dmg.sh.in b/package/pyinstaller/create-dmg.sh.in index 1a7bc73bf..1f1cae38f 100644 --- a/package/pyinstaller/create-dmg.sh.in +++ b/package/pyinstaller/create-dmg.sh.in @@ -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