From 07291d71f2bebfcb13941472843dd2e01b959efc Mon Sep 17 00:00:00 2001 From: Rokt33r Date: Wed, 9 Mar 2016 20:34:16 +0900 Subject: [PATCH] add comment for linux version --- lib/main-app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/main-app.js b/lib/main-app.js index ae766c9a..4e6e10a0 100644 --- a/lib/main-app.js +++ b/lib/main-app.js @@ -128,6 +128,7 @@ const updater = new GhReleases(ghReleasesOpts) // Check for updates // `status` returns true if there is a new update available function checkUpdate () { + // Disable check update(Linux only) return true updater.check((err, status) => { if (err) { @@ -276,6 +277,7 @@ app.on('ready', function () { mainWindow.hide() }) + // Disable Finder(Linux only) // if (finderProcess == null && process.platform === 'darwin') { // spawnFinder() // } else {