diff --git a/index.js b/index.js index bb176ecd..03997b6e 100644 --- a/index.js +++ b/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'); }