From a23ccb5ac75a6422306572a185e77e4d7eab95c2 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Fri, 3 Nov 2017 15:50:25 +0100 Subject: [PATCH] [MacOS] Comment out osascript for the time being osascript tries to talk to Finder, which is not possible when running the Mac OS slave over ssh. --- installer/installbuilder/createbundledmg.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/installer/installbuilder/createbundledmg.xml b/installer/installbuilder/createbundledmg.xml index 5532cf1f2..093a1d31f 100644 --- a/installer/installbuilder/createbundledmg.xml +++ b/installer/installbuilder/createbundledmg.xml @@ -71,7 +71,8 @@ hdiutil attach -readwrite -noverify -noautoopen "${tempDmgFile}" - + + hdiutil detach "/Volumes/${project.fullName}"