mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-27 15:39:44 +08:00
fix: align installer config path with runtime
This commit is contained in:
@@ -5,7 +5,7 @@ OWNER="YspCoder"
|
||||
REPO="clawgo"
|
||||
BIN="clawgo"
|
||||
INSTALL_DIR="/usr/local/bin"
|
||||
CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/clawgo"
|
||||
CONFIG_DIR="$HOME/.clawgo"
|
||||
CONFIG_PATH="$CONFIG_DIR/config.json"
|
||||
WORKSPACE_DIR="$HOME/.clawgo/workspace"
|
||||
LEGACY_WORKSPACE_DIR="$HOME/.openclaw/workspace"
|
||||
|
||||
Reference in New Issue
Block a user