chore: replace clawx.app with claw-x.com and update maintainer email (#236)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
This commit is contained in:
Haze
2026-02-28 20:08:28 +08:00
committed by GitHub
Unverified
parent 1b4da25d0d
commit bdafbca8d4
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ case "$1" in
echo ""
echo "To update openclaw, update ClawX:"
echo " Open ClawX > Settings > Check for Updates"
echo " Or download the latest version from https://clawx.app"
echo " Or download the latest version from https://claw-x.com"
echo ""
ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" --version 2>/dev/null || true
exit 0

View File

@@ -6,7 +6,7 @@ if /i "%1"=="update" (
echo.
echo To update openclaw, update ClawX:
echo Open ClawX ^> Settings ^> Check for Updates
echo Or download the latest version from https://clawx.app
echo Or download the latest version from https://claw-x.com
exit /b 0
)