From 973a366b94a0a31fbcd8a860e705dbc84df46432 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 18 May 2016 00:36:52 -0700 Subject: [PATCH] Fix the auto updater I'm sorry. --- main/updater.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main/updater.js b/main/updater.js index 073a55b2..5cdc54f9 100644 --- a/main/updater.js +++ b/main/updater.js @@ -68,4 +68,5 @@ function initDarwinWin32 () { ) electron.autoUpdater.setFeedURL(config.AUTO_UPDATE_URL) + electron.autoUpdater.checkForUpdates() }