Fix install modules

Fix #3759
This commit is contained in:
vvb2060 2021-01-24 21:22:19 +08:00 committed by topjohnwu
parent 4b01e3a3c7
commit 8618cc383a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ open class FlashZip(
console.add("- Installing ${mUri.displayName}")
return Shell.su("sh $installDir/update-binary dummy 1 $zipFile")
return Shell.su("sh $installDir/update-binary dummy 1 \"$zipFile\"")
.to(console, logs).exec().isSuccess
}