fix hdiutil eject
This commit is contained in:
parent
2398f0983d
commit
dabae084e8
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ upgradeToDistribution newdir cleanup distributionfile = do
|
|||
sanitycheck newdir
|
||||
void $ boolSystem "hdiutil"
|
||||
[ Param "eject"
|
||||
, Param distributionfile
|
||||
, File tmpdir
|
||||
]
|
||||
let deleteold = do
|
||||
deleteFromManifest $ olddir </> "Contents" </> "MacOS"
|
||||
|
|
Loading…
Reference in a new issue