asticode / astilectron

Electron app that provides an API over a TCP socket that allows executing Electron's method as well as capturing Electron's events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron version 4.0.1 does not have method named "app.makeSingleInstance"

sam-kamerer opened this issue · comments

let shouldQuit = app.makeSingleInstance(function(commandLine, workingDirectory) {

Should be all good now.

Can you confirm?

Yes, it's works.
Thanks for fast fix.