Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Turn on autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjay Soundarajan committed Apr 21, 2021
1 parent 77a8086 commit 7b99ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function initialize() {

mainWindow.webContents.once("dom-ready", () => {
if (updatechecked == false) {
// autoUpdater.checkForUpdatesAndNotify();
autoUpdater.checkForUpdatesAndNotify();
}
});

Expand Down Expand Up @@ -198,7 +198,7 @@ function initialize() {
mainWindow.focus();
nodeStorage.setItem("firstlaunch", false);
}
// autoUpdater.checkForUpdatesAndNotify();
autoUpdater.checkForUpdatesAndNotify();
updatechecked = true;
}, 6000);
});
Expand Down

0 comments on commit 7b99ae9

Please sign in to comment.