From 026252da8f889b1e4678fa35a2dacf49cbb2cb30 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 8 Jul 2016 05:48:53 -0700 Subject: [PATCH] index: fix auto updater initialization --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }