diff --git a/electron-builder.yml b/electron-builder.yml index 9ff8bb5ca..d4500a325 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -154,7 +154,7 @@ linux: arch: - x64 category: Utility - maintainer: ClawX Team + maintainer: ClawX Team vendor: ClawX synopsis: AI Assistant powered by OpenClaw description: | diff --git a/resources/cli/posix/openclaw b/resources/cli/posix/openclaw index 555ea5d27..13c9d1c05 100755 --- a/resources/cli/posix/openclaw +++ b/resources/cli/posix/openclaw @@ -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 diff --git a/resources/cli/win32/openclaw.cmd b/resources/cli/win32/openclaw.cmd index 3c9916502..a331d7aae 100644 --- a/resources/cli/win32/openclaw.cmd +++ b/resources/cli/win32/openclaw.cmd @@ -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 )