Skip to content

Commit

Permalink
[BLP-419] disable appUpdater.checkForUpdatesAndNotify
Browse files Browse the repository at this point in the history
  • Loading branch information
alozyuk authored and vital-33 committed Sep 4, 2019
1 parent bb591f0 commit cc6517d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class AppUpdater {
constructor() {
log.transports.file.level = 'info';
autoUpdater.logger = log;
autoUpdater.checkForUpdatesAndNotify();
// autoUpdater.checkForUpdatesAndNotify();
}

}
Expand Down

0 comments on commit cc6517d

Please sign in to comment.