Electron create MSI installer using electron-builder

后端 未结 5 1583
无人及你
无人及你 2021-02-13 00:24

I managed to create an .exe installer for windows using electron builder, I create 2 package.json as pointed out in the docs :

https://github.com/electron-userland/elec

5条回答
  •  悲哀的现实
    2021-02-13 00:29

    I haven't gotten this to work either (yet), but my understanding is that it's the opposite (terrible naming).

    "noMsi": false // will make an MSI
    "noMsi": true // will NOT make an MSI
    

提交回复
热议问题