Use app.exit() instead of app.quit() in makeSingleInstance

This commit is contained in:
Yuya Ochiai
2017-11-02 00:57:51 +09:00
parent 0e1e4228f0
commit 19ced85bc8

View File

@@ -172,7 +172,7 @@ if (app.makeSingleInstance((commandLine/*, workingDirectory*/) => {
} }
} }
})) { })) {
app.quit(); app.exit();
} }
function shouldShowTrayIcon() { function shouldShowTrayIcon() {