Skip to content

Commit 07291d7

Browse files
committed
add comment for linux version
1 parent d1ca1ec commit 07291d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/main-app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ const updater = new GhReleases(ghReleasesOpts)
128128
// Check for updates
129129
// `status` returns true if there is a new update available
130130
function checkUpdate () {
131+
// Disable check update(Linux only)
131132
return true
132133
updater.check((err, status) => {
133134
if (err) {
@@ -276,6 +277,7 @@ app.on('ready', function () {
276277
mainWindow.hide()
277278
})
278279

280+
// Disable Finder(Linux only)
279281
// if (finderProcess == null && process.platform === 'darwin') {
280282
// spawnFinder()
281283
// } else {

0 commit comments

Comments
 (0)