1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

add comment for linux version

This commit is contained in:
Rokt33r
2016-03-09 20:34:16 +09:00
parent d1ca1ec4d9
commit 07291d71f2

View File

@@ -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 {