mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 22:18:41 -09:00
index: fix auto updater initialization
This commit is contained in:
parent
2eb878bebe
commit
026252da8f
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -66,7 +66,7 @@ app.on('ready', () => {
|
|||
|
||||
// auto updates
|
||||
if (!isDev) {
|
||||
AutoUpdater(rpc);
|
||||
AutoUpdater(win);
|
||||
} else {
|
||||
console.log('ignoring auto updates during dev');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue