electron-api-demos icon indicating copy to clipboard operation
electron-api-demos copied to clipboard

Explore the Electron APIs

Results 49 electron-api-demos issues
Sort by recently updated
recently updated
newest added

switch (process.argv[1]) { case '--squirrel-install': autoUpdater.createShortcut(function () { app.quit() }) break case '--squirrel-uninstall': app.removeAsDefaultProtocolClient('onepgr-share') autoUpdater.removeShortcut(function () { app.quit() }) break case '--squirrel-obsolete': case '--squirrel-updated': app.quit() break default: } i am...

I was trying to test the application auto-update feature: 1. I have downloaded "1.1.0" release of this application. 2. Started the application, opened the application menu and I saw text...

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=15.5.5&new-version=18.3.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies

Removes [ejs](https://github.com/mde/ejs). It's no longer used after updating ancestor dependency [spectron](https://github.com/electron/spectron). These dependencies need to be updated together. Removes `ejs` Updates `spectron` from 5.0.0 to 19.0.0 Release notes Sourced from...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.7 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [extract-zip](https://github.com/maxogden/extract-zip), [mkdirp](https://github.com/isaacs/node-mkdirp), [mocha](https://github.com/mochajs/mocha) and [spectron](https://github.com/electron/spectron). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.7 Changelog Sourced from...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.5 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies