You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since autoDownload is set to false, I'm calling autoUpdater.downloadUpdate() if the server (defined via autoUpdater.setFeedURL()) responds with a new version available.
My expectation is that, if I call autoUpdater.downloadUpdate() several times, auto-updater will only download a specific version once.
However I see that the same version is always downloaded even if the update info doesn't change:
Closing as we found that event download-progress is not being triggered twice so we are assuming that despite the download event is triggered, the download happens only once.
22.7.0
11.1.0
current
I'm using the
auto-updater
with the following configs:Since
autoDownload
is set tofalse
, I'm callingautoUpdater.downloadUpdate()
if the server (defined viaautoUpdater.setFeedURL()
) responds with a new version available.My expectation is that, if I call
autoUpdater.downloadUpdate()
several times,auto-updater
will only download a specific version once.However I see that the same version is always downloaded even if the update info doesn't change:
Is my expectation correct? Should
auto-updater
manage this?I can see a related issue has been created before (#1788).
Thanks.
The text was updated successfully, but these errors were encountered: