5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
|
echo "Building Gosora"
|
||
|
go build -o Gosora -tags no_ws
|
||
|
echo "Building the installer"
|
||
|
go build ./install
|