Default Squirrel.Windows event handler for your Electron apps.
npm i electron-squirrel-startup
To handle the most common commands, such as managing desktop shortcuts, just
add the following to the top of your main.js
and you're good to go:
if(require('electron-squirrel-startup')) return;
Apache 2.0