Fix the auto updater

I'm sorry.
This commit is contained in:
Feross Aboukhadijeh
2016-05-18 00:36:52 -07:00
parent b0116deb35
commit 973a366b94

View File

@@ -68,4 +68,5 @@ function initDarwinWin32 () {
) )
electron.autoUpdater.setFeedURL(config.AUTO_UPDATE_URL) electron.autoUpdater.setFeedURL(config.AUTO_UPDATE_URL)
electron.autoUpdater.checkForUpdates()
} }