3 How to build app
Danil edited this page 2023-07-24 20:01:50 +03:00
This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

  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