mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 06:40:12 +01: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:
@@ -205,7 +205,7 @@ cp "${SRCROOT}/Resources/Audacity-DMG-background.png" "${DMG}/.background"
|
|||||||
ATTACHED=$(hdiutil info | awk "/\/Volumes\/${VOL}/{print \$1}")
|
ATTACHED=$(hdiutil info | awk "/\/Volumes\/${VOL}/{print \$1}")
|
||||||
if [ -n "${ATTACHED}" ]
|
if [ -n "${ATTACHED}" ]
|
||||||
then
|
then
|
||||||
hdiutil detach "${ATTACHED}"
|
#hdiutil detach "${ATTACHED}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create and mount the image
|
# Create and mount the image
|
||||||
|
|||||||
Reference in New Issue
Block a user