deployment - How to deploy an Electron app as a executable or installable in Windows? -


i want generate unique .exe file execute app or .msi install application. how that?

you can package program using electron-packager , build single setup exe file using innosetup.


Comments