mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -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
|
// auto updates
|
||||||
if (!isDev) {
|
if (!isDev) {
|
||||||
AutoUpdater(rpc);
|
AutoUpdater(win);
|
||||||
} else {
|
} else {
|
||||||
console.log('ignoring auto updates during dev');
|
console.log('ignoring auto updates during dev');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue