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;
For Babel/ES6:
const { app } = require('electron'); // .... if(require('electron-squirrel-startup')) app.quit();
Apache 2.0
AboutDefault Squirrel.Windows event handler for your Electron apps.
Resources License Stars Watchers ForksYou can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4