diff --git a/main.js b/main.js index 3c0acb29..a520380e 100644 --- a/main.js +++ b/main.js @@ -43,7 +43,9 @@ autoUpdater }) .on('error', function (err, message) { console.error(err) - notify('Updater error!', message) + if (!versionNotified) { + notify('Updater error!', message) + } }) // .on('checking-for-update', function () { // // Connecting