I am looking how to package dlls and configuration files using electron-builder or electron-packager. I have searched the documentation for both and do not see and example on where to put the configuration files or dlls when packaging. Here are a few specifics of the application.
- This is an angular/electron integration
- 5 different dlls are being used
- The dlls need a configuration file that currently exists in ./node_modules/electron/dist/electron.exe.config
- The dlls are located in the root folder
The structure is in this screenshot
Thank you ahead of time for your help