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
Disable it directly on the Electron side, and simply do not instantiate the updater.
The easiest way to do this at present is in hard code, but can also be done via the config file with a bit of fiddling, not very complicated.
Disable the event on the app frontend so nothing will be displayed.
This is the case for web applications, for example, where electron doesn't emit an event to tell you that an update is available.
The first is probably the best, as there's no point in requesting github and downloading if you want to disable it. It's not complicated to do, but it's a pain to test.
The text was updated successfully, but these errors were encountered:
Alternatives suggested by @Max-7:
The first is probably the best, as there's no point in requesting github and downloading if you want to disable it. It's not complicated to do, but it's a pain to test.
The text was updated successfully, but these errors were encountered: