mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:30:42 +00:00
fix: handle bin-only runtime deps
This commit is contained in:
@@ -485,5 +485,6 @@ function Main {
|
||||
return $true
|
||||
}
|
||||
|
||||
$installSucceeded = Main
|
||||
$mainResults = @(Main)
|
||||
$installSucceeded = $mainResults.Count -gt 0 -and $mainResults[-1] -eq $true
|
||||
Complete-Install -Succeeded:$installSucceeded
|
||||
|
||||
Reference in New Issue
Block a user