-
-
Notifications
You must be signed in to change notification settings - Fork 586
Closed
Labels
Description
- I have read the contribution documentation for this project.
- I agree to follow the code of conduct that this project follows, as appropriate.
- I have searched the issue tracker for an issue that matches the one I want to file, without success.
Using electron-forge init
if you pass an app name with underscore, for example electron-forge init my_app
, it will fail to build a deb package.
This is from a fresh install of forge on latest nodejs 10, linux mint
Solution : validate app name argument on electron-forge init
This is especially important for newbies like me :-)
Thank you!