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

Commit

Permalink
added back autoupdating
Browse files Browse the repository at this point in the history
  • Loading branch information
phptuts committed Jan 24, 2019
1 parent 364d295 commit 33acede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ let menuTemplate = [
];

app.on('ready', () => {
// autoUpdater.checkForUpdatesAndNotify();
autoUpdater.checkForUpdatesAndNotify();

loadMainWindow();
});
Expand Down

0 comments on commit 33acede

Please sign in to comment.