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
Calling checkForUpdates or setScheduledCheckInterval is not necessary for a basic working setup. Is that correct? If so maybe the docs could be expanded to make this more clear?
I'm happy to make a PR if this is correct.
The text was updated successfully, but these errors were encountered:
The usage example in the README calls the API this way:
But reading through the docs and the code it looks like the only thing actually necessary to enable the autoUpdater is this:
Calling
checkForUpdates
orsetScheduledCheckInterval
is not necessary for a basic working setup. Is that correct? If so maybe the docs could be expanded to make this more clear?I'm happy to make a PR if this is correct.
The text was updated successfully, but these errors were encountered: