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

后端 未结 9 1381
渐次进展
渐次进展 2020-11-30 20:14

I want to generate a unique .exe file to execute the app or a .msi to install the application. How to do that?

9条回答
  •  独厮守ぢ
    2020-11-30 20:38

    well ... this will work but the idea is to run the .exe without need of install it in the pc ... another solution is use Autoplay media Studio for wrap you package generated by electron and make one executable or other solution is to use thinstall vmware... The cons both are commercial so you have to paid for them...

提交回复
热议问题