mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 12:35:52 +03:00
Update autoupdater doc with info about the macOS autoupdater
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
This commit is contained in:
parent
a5f5f5081d
commit
804cef2bff
1 changed files with 13 additions and 3 deletions
|
@ -32,9 +32,19 @@ itself. Should the silent update fail, the client offers a manual download.
|
|||
macOS
|
||||
^^^^^
|
||||
|
||||
There is no automatic updater on macOS. If a new update is available,
|
||||
the Nextcloud client initializes a pop-up dialog to alert you of the
|
||||
update and requesting that you update to the latest version manually.
|
||||
The macOS client has an autoupdater which uses the Sparkle framework.
|
||||
This autoupdater is bundled into the client App Bundle and checks for updates
|
||||
on launch, notifying you if an update is available. This will present a pop-up
|
||||
that can let you automatically download and install the latest client update
|
||||
with one click.
|
||||
|
||||
In versions of the client where the Sparkle-based autoupdater is not bundled,
|
||||
a clickable notification will appear informing of an update being available.
|
||||
Upon clicking on said notification, the download page for the latest version
|
||||
of the client will be opened in the system's web browser.
|
||||
|
||||
Like on other systems, you can view the update status under
|
||||
``Settings -> General -> Updates`` in the Nextcloud client.
|
||||
|
||||
Linux
|
||||
^^^^^
|
||||
|
|
Loading…
Reference in a new issue