We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ca1ec commit 07291d7Copy full SHA for 07291d7
1 file changed
lib/main-app.js
@@ -128,6 +128,7 @@ const updater = new GhReleases(ghReleasesOpts)
128
// Check for updates
129
// `status` returns true if there is a new update available
130
function checkUpdate () {
131
+ // Disable check update(Linux only)
132
return true
133
updater.check((err, status) => {
134
if (err) {
@@ -276,6 +277,7 @@ app.on('ready', function () {
276
277
mainWindow.hide()
278
})
279
280
+ // Disable Finder(Linux only)
281
// if (finderProcess == null && process.platform === 'darwin') {
282
// spawnFinder()
283
// } else {
0 commit comments