Muqriz 48f16bfc3e initail first | пре 4 месеци | |
---|---|---|
.. | ||
.github/workflows | пре 4 месеци | |
node_modules | пре 4 месеци | |
test | пре 4 месеци | |
.eslintrc | пре 4 месеци | |
.jsfmtrc | пре 4 месеци | |
.travis.yml | пре 4 месеци | |
LICENSE | пре 4 месеци | |
README.md | пре 4 месеци | |
appveyor.yml | пре 4 месеци | |
index.js | пре 4 месеци | |
package.json | пре 4 месеци |
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