mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-12 02:24:38 -05:00
Bundling the installer
Install .NET 3.5.1 (Server Manager) Install WiX (https://wixtoolset.org/)
In PowerShell
cd electron-ui npm install --runtime=electron --target=1.7.6
verify runs with npm start
cd ../electron-wix npm install electron-packager -g
edit version number in bundle-win32.ps1
.\bundle-win32.ps1
MSI will be in electron-wix folder