mongodb-js / electron-squirrel-startup

Default Squirrel.Windows event handler for your Electron apps.
Apache License 2.0
217 stars 41 forks source link

Use case #7

Closed nickdima closed 8 years ago

nickdima commented 8 years ago

What's the use case for this? Using electron's autoUpdater module is not enough for Windows? Just trying to figure out if I need this or not...

develar commented 8 years ago

You should handle Squirrel events. This module helps you to do it.

nickdima commented 8 years ago

Got it! Thanks!

develar commented 8 years ago

FYI: electron-builder will soon support NSIS target to avoid such issues (i.e. you will be not forced to handle such events).

nickdima commented 8 years ago

OK, I'll keep an eye on that.