I do not know if this is possible but I might as well give it a chance and ask. I\'m doing an Electron app and I\'d like to know if it is possible to have no more than a single
Use the makeSingleInstance function in the app module, there's even an example in the docs.
app