diff --git a/src/index.js b/src/index.js index dd46b82c..447a0d7f 100644 --- a/src/index.js +++ b/src/index.js @@ -599,7 +599,7 @@ if (!singleInstanceLock) { label: 'Exit', click() { // Quit the app - app.quit() + app.exit(0) } }]);