electron-squirrel-startup icon indicating copy to clipboard operation
electron-squirrel-startup copied to clipboard

Default Squirrel.Windows event handler for your Electron apps.

Results 20 electron-squirrel-startup issues
Sort by recently updated
recently updated
newest added

If the user has deleted the desktop shortcut, at the moment it's recreating it every time the app updates. [atom/atom](https://github.com/atom/atom) checks if the desktop shortcut is there on `--squirrel-updated`, and...

enhancement

How can I check if NO installer is running? Because when it runs the Autoupdater crash because there is an lock file.

Hi, How can I force the application to start looking for updates/install updates when it is being started with a custom protocol link? At this moment it only works when...

I am trying to add release notes in my update information (on windows system). But i am not able to do so. And is there any way to prevent autoupdate?...

During the startup, I get > Uncaught Exception: > Error: Cannot find module './mymodule' > ... The main.js looks like: ``` ... if (require('electron-squirrel-startup')) app.quit(); ... const Module = require('./mymodule');...

On the desktop I have 2 shortcuts: one with the right name (from --win32metadata.ProductName="Bayam") but also another desktop icon pointing to my app name Electron? Not sure what is happening?

With ESM, the `electron-squirrel-startup` dependency can't be found if it's in _dependencies_ (it works if I move it into _devDependencies_): - `require.resolve` (Node < 20.6.0) example; `src/main.ts` file: ```ts import...

Removes [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependencies [shelljs](https://github.com/shelljs/shelljs), [eslint-config-mongodb-js](https://github.com/mongodb-js/eslint-config) and [mongodb-js-precommit](https://github.com/mongodb-js/precommit). These dependencies need to be updated together. Removes `shelljs` Updates `eslint-config-mongodb-js` from 2.3.0 to 5.0.3 Commits...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [electron-mocha](https://github.com/jprichardson/electron-mocha). These dependencies need to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies

Removes [growl](https://github.com/tj/node-growl). It's no longer used after updating ancestor dependency [electron-mocha](https://github.com/jprichardson/electron-mocha). These dependencies need to be updated together. Removes `growl` Updates `electron-mocha` from 3.5.0 to 12.3.0 Changelog Sourced from electron-mocha's...

dependencies