Can someone help me with the following queries.
Whats the difference between the two? electron-packager
and electron-builder
.
I have used both. And both of them creates a .exe file.
But the one created with builder can be used independently(requires no other files)
The problem with the app(created from electron-builder) is that, everytime I run the app(MyApp) on Windows OS, there's something else(interface) that loads up, and then it takes a while for the app to start(maybe around 7-8 secs).
Why can't I create an installer like other windows application. Where I install it once, and then run it from Programs -> MyApp
Please help/guide
Thank you !!