3 How to build app
Danil edited this page 2023-07-24 20:01:50 +03:00
  1. Install GoLang. Recommended version: 1.20.2.
  2. Install go-msi & WiX.

ℹ️ Note

I recommend installing the go-msi through Chocolatey.

  1. To bypass restrictions, allow long paths. You can view it here.
  2. You need to create an .exe file
go build -ldflags "-s -H windowsgui"
  1. Finally, you can create an .msi file
go-msi make -msi EveryNASA.msi --version <version> -s wix -l NOTICE