mirror of https://github.com/keeweb/keeweb
disable updater on Linux
parent
a43a2e8ce2
commit
feb44be9d0
|
@ -214,7 +214,7 @@ const Launcher = {
|
|||
return process.platform !== 'linux';
|
||||
},
|
||||
updaterEnabled() {
|
||||
return this.electron().remote.process.argv.indexOf('--disable-updater') === -1;
|
||||
return process.platform !== 'linux';
|
||||
},
|
||||
getMainWindow() {
|
||||
return this.remoteApp().getMainWindow();
|
||||
|
|
Loading…
Reference in New Issue