ASAR build
paul-piro opened this issue · 1 comments
paul-piro commented
The project right now cannot be used to generate Electron ASAR distribution file.
If i'm using npm run build it's only generating main.js which is the entire project (it supposed to be bundle.js) for render process and there is no JS file for the main Electron process.
Any suggestions?
Thanks!
alexdevero commented
@paul321 Have you tried to follow steps outlined on electron application packaging?