Uninstall handlers on Windows uninstall/npm run clean

This commit is contained in:
Feross Aboukhadijeh
2016-04-04 20:27:48 -07:00
parent 60daeb9225
commit 7970066ccd
5 changed files with 125 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ function init () {
windows.createMainWindow()
shortcuts.init()
tray.init()
handlers.init()
handlers.install()
})
app.on('ipcReady', function () {