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

Hi, this is just to inform you that the copyright holder is not identified in your license text. The current version shows this boilerplate: `Copyright {yyyy} {name of copyright owner}`....

I wonder why no one reported that so far, but this is VERY COMMON error. I would estimate, 1-2% users installing my applicaiton face this error. I don't get complains...

npm 8.13.2 node v18.12.1 Microsoft Windows 11 Famille - Version 10.0.22621 Build 22621 i have pack my app correctly I build and get a exe setup file. When executing that...

I'm using forge and I need to request admin rights for my app but when i do that, there no shortcut created on the Desktop. When i remove `requested-execution-level` from...

The created shortcut to my electron app is not working because it's pointing to the wrong directory Properties of the desktop shortcut: Target: C:\Users\Win10H64\AppData\Local\{app_name}}\dist.exe Start in: C:\Users\Win10H64\AppData\Local\{app_name}}\app-0.0.1 The dir where...

copy app-1.0.0 to app-1.0.1 and replace app.asar ,Is that right?

In electron app,its been packaged by electron-packager and using electron-winstaller ,electron-squirrel-startup and also electron-rebuild in my package.json .i have been able to create windows installer (.exe) ,but whenever i tries...

Hello, I have used electron for generating the build for Mac and windows, but when i open the exe or dmg file it opens two widows in which one is...

The usage documentation shows calling `app.quit()` after `require`ing `electron-squirrel-startup`, however, the code calls quit itself. This is misleading. If you run your own code on one of these flags after...