mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
add comment for linux version
This commit is contained in:
@@ -128,6 +128,7 @@ const updater = new GhReleases(ghReleasesOpts)
|
|||||||
// Check for updates
|
// Check for updates
|
||||||
// `status` returns true if there is a new update available
|
// `status` returns true if there is a new update available
|
||||||
function checkUpdate () {
|
function checkUpdate () {
|
||||||
|
// Disable check update(Linux only)
|
||||||
return true
|
return true
|
||||||
updater.check((err, status) => {
|
updater.check((err, status) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
@@ -276,6 +277,7 @@ app.on('ready', function () {
|
|||||||
mainWindow.hide()
|
mainWindow.hide()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Disable Finder(Linux only)
|
||||||
// if (finderProcess == null && process.platform === 'darwin') {
|
// if (finderProcess == null && process.platform === 'darwin') {
|
||||||
// spawnFinder()
|
// spawnFinder()
|
||||||
// } else {
|
// } else {
|
||||||
|
|||||||
Reference in New Issue
Block a user