electron-webapps / meteor-electron

Meteor Electron, the easiest way to create a desktop Meteor application
MIT License
326 stars 48 forks source link

Customizing menus #92

Closed simonbelanger closed 8 years ago

simonbelanger commented 8 years ago

I need to customize the app menus. I would be tempted to modify /.meteor-electron/[platform]/apps/menu.js directly, but I guess it's a not a good idea to go play in folders beginning with "." ... Any particular input on the subject?

simonbelanger commented 8 years ago

I think it would be a better idea to copy the package's app folder in my app and use appSrcDir config. Thanks Rubber Duck!