mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
add comment for linux version
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user