mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Fix linux autoupdate (#338)
This commit is contained in:
parent
099bf9d347
commit
29d32ca4f5
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue