From 490f5bb7c793eeb62ee0527e0d09b4a7f726056a Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 17 Mar 2023 16:50:45 +0000 Subject: [PATCH] New command-line syntax for osascript --- macosx/createdmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/createdmg.sh b/macosx/createdmg.sh index a90db0713..1c80507f7 100755 --- a/macosx/createdmg.sh +++ b/macosx/createdmg.sh @@ -69,7 +69,7 @@ echo ' close end tell end tell -' | osascript +' | osascript - hdiutil detach ${device} hdiutil convert "pack.temp.dmg" -format UDZO -imagekey zlib-level=9 -o "${finalDMGName}"