Electron Update comes with deprecation warning
martinheidegger opened this issue · 2 comments
martinheidegger commented
Since the update of electron we get this warning:
electron) 'app.makeSingleInstance(cb)' is deprecated. Use 'app.requestSingleInstanceLock() and app.on('second-instance', cb)' instead.`
dkastl commented
Where do I get this warning? Couldn't find it. Is the issue resolved eventually?
okdistribute commented
This is fixed now, tested on linux and mac but maybe also works on windows. Thanks for reporting!