mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +03:00
Updated Home (markdown)
parent
5fb384a7f9
commit
f2994e6b65
2 changed files with 17 additions and 1 deletions
1
Home.md
1
Home.md
|
@ -1 +0,0 @@
|
|||
Welcome to the EveryNasa wiki!
|
17
How-to-build.md
Normal file
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
|
Loading…
Reference in a new issue