1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00

Disable hdiutil detach command on MacOS

Comment out `hdiutil detach "S{ATTACHED}" on line 208 to attempt to workaround continued failed MacOS build.
This commit is contained in:
Emily Mabrey 2021-07-05 18:01:55 -04:00 committed by GitHub
parent 8c0cd2c688
commit b470e5110a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ cp "${SRCROOT}/Resources/Audacity-DMG-background.png" "${DMG}/.background"
ATTACHED=$(hdiutil info | awk "/\/Volumes\/${VOL}/{print \$1}")
if [ -n "${ATTACHED}" ]
then
hdiutil detach "${ATTACHED}"
#hdiutil detach "${ATTACHED}"
fi
# Create and mount the image