fix: expand browser executable home paths

This commit is contained in:
Peter Steinberger
2026-04-25 03:15:50 +01:00
parent 4a7ddd7ff5
commit 95a2c9bcdc
5 changed files with 43 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ Browser settings live in `~/.openclaw/openclaw.json`.
If your **system default** browser is Chromium-based (Chrome/Brave/Edge/etc),
OpenClaw uses it automatically. Set `browser.executablePath` to override
auto-detection:
auto-detection. `~` expands to your OS home directory:
```bash
openclaw config set browser.executablePath "/usr/bin/google-chrome"