From 8f0b04504f16dca3db4c350992bdc9e5f2a14b7b Mon Sep 17 00:00:00 2001 From: Rokt33r Date: Wed, 25 Nov 2015 07:38:46 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E5=88=9D=E4=BB=A5=E9=99=8D=E3=81=8B?= =?UTF-8?q?=E3=82=89=E3=81=AFUpdater=E3=81=8C=E3=82=A8=E3=83=A9=E3=83=BC?= =?UTF-8?q?=E3=82=92=E3=81=A0=E3=81=95=E3=81=AA=E3=81=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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