I am running an express app via electron.
Below is the main.js
const electron = require(\"electron\"), app = electron.app, Bro
I use the line below to close the app.
window.close()