Updated Home (markdown)

Данил 2023-03-01 12:25:07 +03:00
parent 5fb384a7f9
commit f2994e6b65
2 changed files with 17 additions and 1 deletions

@ -1 +0,0 @@
Welcome to the EveryNasa wiki!

17
How-to-build.md Normal file

@ -0,0 +1,17 @@
- Install [GoLang](https://golang.org/dl/). Recommended version: 1.19.1
- First make a build. If you want to create a build without a console window, then remove `-ldflags "-H windowsgui"` from the command
```shell
go build -ldflags "-s -H windowsgui"
```
- Create a build of the installation package
```shell
go-msi make -msi EveryNasa.msi --version <version> -s wix
```
- Done