diff --git a/Home.md b/Home.md deleted file mode 100644 index 09ba973..0000000 --- a/Home.md +++ /dev/null @@ -1 +0,0 @@ -Welcome to the EveryNasa wiki! diff --git a/How-to-build.md b/How-to-build.md new file mode 100644 index 0000000..e19ed5d --- /dev/null +++ b/How-to-build.md @@ -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 -s wix +``` + +- Done \ No newline at end of file