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

后端 未结 9 1382
渐次进展
渐次进展 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:25

    You can package your program using electron-packager and then build a single setup EXE file using InnoSetup.

提交回复
热议问题