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…
Add table
Add a link
Reference in a new issue