mongodb-js / electron-squirrel-startup

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

Bad shortcut name #2

Closed bitomule closed 8 years ago

bitomule commented 8 years ago

I'm using this package with https://github.com/atom/grunt-electron-installer but the start menu app name is wrong. It says "Electron" and not my app name. How do I change that name, where does squirrel-startup takes the name from?

Thanks!

bitomule commented 8 years ago

Sorry, I think it's an issue with electron-packager.

imlucas commented 8 years ago

@bitomule np :wave:

jg123 commented 8 years ago

In case anyone else ends up here and is looking for the answer: You must set the --version-string.ProductName parameter of electron-packager. If using gulp or grunt to build, you will need something like this: 'version-string': { ProductName: 'Your App' }