From 03aea943b47c220329a87746d7ce755e40e103b7 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Wed, 22 Apr 2020 22:30:22 +0530 Subject: [PATCH] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }]);