Windows: register protocol handlers on startup

Just like other OSes. There's no reason for there to be a difference.
This commit is contained in:
Feross Aboukhadijeh
2016-04-04 04:43:27 -07:00
parent 4f79fbfc41
commit d0515bb2a2
2 changed files with 2 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ function init () {
windows.createMainWindow()
shortcuts.init()
tray.init()
if (process.platform !== 'win32') handlers.init()
handlers.init()
})
app.on('ipcReady', function () {