docs: add Windows gateway.cmd version sync step to update guide#3
Open
Pgooone wants to merge 1 commit into
Open
docs: add Windows gateway.cmd version sync step to update guide#3Pgooone wants to merge 1 commit into
Pgooone wants to merge 1 commit into
Conversation
On Windows, `gateway.cmd` (generated by `openclaw gateway install`) contains hardcoded version strings that are NOT updated by `npm install -g openclaw@latest` or `openclaw update`. Added a new subsection under "Always Run After Update" to warn users and provide fix instructions. Fixes win4r#2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
在
references/install.md的 "Always Run After Update" 部分新增 "Windows: Verifygateway.cmdVersion" 小节,补充以下内容:gateway.cmd中的版本号在 npm 更新后不会自动同步cat ~/.openclaw/gateway.cmd | grep -i versionopenclaw gateway install重新生成,或手动修改两处版本号同时在 "Always Run After Update" 的代码块中补充了
openclaw doctor --fix命令。Fixes #2