# Building the Windows launcher

Run the following from the root of the repository

```sh
GOARCH=386 go build -o ./bin/launcher.exe ./lib/launcher.go
```
