electron-archive / grunt-electron-installer

Grunt plugin to build Windows installers for Electron apps
MIT License
402 stars 106 forks source link

How can I specify the folder name that the app will be install? #116

Closed lipis closed 8 years ago

lipis commented 8 years ago
C:\Users\User\AppData\Local\foo
anaisbetts commented 8 years ago

@lipis It's the ID of your package.json usually

lipis commented 8 years ago

Fastest answer ever.. but it doesn't look that way.. :/ I'm trying to have an internal and production versions running side by side.. and nothing seems to update the foo part :)

lipis commented 8 years ago

or wait.. I had a dash (-) in the name.. but you mean ID as a property?! I don't have that at all..

lipis commented 8 years ago

It seems that way..if the name in package.json is foo-bar the folder name is just foo :/

anaisbetts commented 8 years ago

Don't put a dash or dot in the name, Weird Stuff will happen