fix: ensure remote clawdis-mac path

This commit is contained in:
Peter Steinberger
2025-12-07 04:12:54 +01:00
parent 759ab54e59
commit faca83e1e8
4 changed files with 17 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ enum CLIInstaller {
return
}
let targets = ["/usr/local/bin/clawdis-mac", "/opt/homebrew/bin/clawdis-mac"]
let targets = cliHelperSearchPaths.map { "\($0)/clawdis-mac" }
let result = await self.privilegedSymlink(source: helper.path, targets: targets)
await statusHandler(result)
}