mongodb-js / electron-squirrel-startup

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

Add ability to pass in own path for target #34

Closed jpiepkow closed 6 years ago

jpiepkow commented 6 years ago

We are using a custom solution for our autoUpdater/builder where the calling process returned from execPath is not where the new updated app is located(located in folder app-0.0.1/app.exe) and it would be very helpful to be able to override this portion. For now I have the functions from this module pulled out into my own main.js but would like to start using it again.

Thanks!