From 5b50c88508fb934b7749d4c616262acb7f10351b Mon Sep 17 00:00:00 2001 From: Konstantin Pschera Date: Mon, 8 Mar 2021 02:03:34 +0100 Subject: [PATCH] docs: auto update downloading multiple times (#27888) --- docs/api/auto-updater.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/auto-updater.md b/docs/api/auto-updater.md index 77d3e4c4d514..cc6c7a189871 100644 --- a/docs/api/auto-updater.md +++ b/docs/api/auto-updater.md @@ -118,6 +118,9 @@ Returns `String` - The current update feed URL. Asks the server whether there is an update. You must call `setFeedURL` before using this API. +**Note:** If an update is available it will be downloaded automatically. +Calling `autoUpdater.checkForUpdates()` twice will download the update two times. + ### `autoUpdater.quitAndInstall()` Restarts the app and installs the update after it has been downloaded. It