You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
node_modules | 2 years ago | |
test | 2 years ago | |
.eslintrc | 2 years ago | |
.jsfmtrc | 2 years ago | |
.npmignore | 2 years ago | |
.travis.yml | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
appveyor.yml | 2 years ago | |
index.js | 2 years ago | |
package.json | 2 years ago |
README.md
electron-squirrel-startup
Default Squirrel.Windows event handler for your Electron apps.
Installation
npm i electron-squirrel-startup
Usage
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;
Read More
Handling Squirrel Events
Squirrel.Windows Commands
License
Apache 2.0