From 06cd08d83353879e52c56691413892bdf8bebe77 Mon Sep 17 00:00:00 2001 From: ywkj Date: Fri, 20 Mar 2026 18:35:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=BB=98=E8=AE=A4=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E6=94=B9=E4=B8=BA=20~/.local/bin/auth-rt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- install.sh | 2 +- src/auth-cli.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e69a658..d6047e9 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ set -euo pipefail cd "$(dirname "$0")" -BIN_DIR="${1:-$HOME/.openclaw/bin}" +BIN_DIR="${1:-$HOME/.local/bin}" SELF_DIR="$(pwd)" mkdir -p "$BIN_DIR" diff --git a/src/auth-cli.ts b/src/auth-cli.ts index 979e35d..d2ee555 100644 --- a/src/auth-cli.ts +++ b/src/auth-cli.ts @@ -20,7 +20,7 @@ import * as os from 'os'; const home = process.env.HOME || os.homedir(); const AUTH_RT_BIN = process.env.AUTH_RT_BIN - || path.join(home, '.openclaw', 'bin', 'auth-rt'); + || path.join(home, '.local', 'bin', 'auth-rt'); export interface ApiResponse { status: number;