-
Notifications
You must be signed in to change notification settings - Fork 2.7k
docs: auto download updates #6163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,23 @@ | ||||||
| import React from "react"; | ||||||
| import { PanelLeft } from "lucide-react"; | ||||||
|
|
||||||
| export const DesktopAutoUpdateSteps = () => { | ||||||
| return ( | ||||||
| <> | ||||||
| <p><strong>To automatically download and install updates:</strong></p> | ||||||
| <ol> | ||||||
| <li>Click the <PanelLeft className="inline" size={16} /> button in the top-left to open the sidebar</li> | ||||||
| <li>Click <code>Settings</code> in the sidebar</li> | ||||||
| <li>Click <code>App</code></li> | ||||||
| <li>Scroll down to the <code>Updates</code> section: | ||||||
| <ul> | ||||||
| <li>Check if your current version is "up to date" or if a newer version is available</li> | ||||||
| <li>To automatically download the newer version, click <code>Check for Updates</code></li> | ||||||
|
||||||
| <li>To automatically download the newer version, click <code>Check for Updates</code></li> | |
| <li>Click <code>Check for Updates</code> to check for and download the newer version if available</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The check happens on app startup and you see "up to date" or "-> 1.16.1 available" when you view the App tab so I don't think we need to mention a second check here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Windows manual update instructions are incomplete compared to macOS and Linux. The instructions stop after "Run the executable file to launch the goose Desktop app" but don't clarify that this step should overwrite the existing installation. For consistency with macOS (which says "to overwrite your current version") and clarity, consider adding a note about overwriting the existing installation or restructuring steps to match the macOS pattern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you just run the executable on Windows