From 1c1e1b81d57875bf3760b90ace8a66901ae28c9d Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 4 Jul 2016 22:32:44 -0300 Subject: [PATCH] Removed notification when is a new version --- electron/autoupdater.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/autoupdater.js b/electron/autoupdater.js index 8891f8fe..66bb5100 100644 --- a/electron/autoupdater.js +++ b/electron/autoupdater.js @@ -13,7 +13,7 @@ const feedUrl = `https://getrambox.herokuapp.com/update/${process.platform}/${ap exports.check = win => { if ( isDev ) return; - + /* autoUpdater.on('update-available', function() { dialog.showMessageBox({ message: 'New version' @@ -21,7 +21,7 @@ exports.check = win => { ,buttons: ['Ok'] }); }); - + */ autoUpdater.on('update-downloaded', function(e, releaseNotes, releaseName, releaseDate, updateURL) { var index = dialog.showMessageBox({ message: 'A new update is ready to install'