Change auto updater to check continuously. Add Double click to tray.
This commit is contained in:
@@ -127,9 +127,4 @@ ipcMain.on(ipcTypes.toMain.updates.download, () => {
|
||||
autoUpdater.downloadUpdate();
|
||||
});
|
||||
|
||||
ipcMain.on(ipcTypes.toMain.updates.checkForUpdates, () => {
|
||||
log.info("Checking for updates from renderer.");
|
||||
autoUpdater.checkForUpdates();
|
||||
});
|
||||
|
||||
logIpcMessages();
|
||||
|
||||
Reference in New Issue
Block a user