Fix linux autoupdate (#338)

This commit is contained in:
Ayhan 2016-07-21 21:54:14 +03:00 committed by Guillermo Rauch
parent 099bf9d347
commit 29d32ca4f5

View file

@ -78,7 +78,7 @@ app.on('ready', () => {
if (fn) fn(win);
// auto updates
if (!isDev) {
if (!isDev && process.platform !== 'linux') {
AutoUpdater(win);
} else {
console.log('ignoring auto updates during dev');