1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

osx: Remove bless -openfolder

This was deprecated for a while now and removed on aarch64.
The dmg build works without it now.
This commit is contained in:
arch1t3cht 2024-05-30 22:31:30 +02:00
parent d1916fc6f9
commit 7475425dcb

View File

@ -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}"