gosora/build-linux-nowebsockets

9 lines
151 B
Plaintext

echo "Building Gosora"
go generate
go build -o Gosora -tags no_ws
echo "Building the installer"
cd ./install
go build -o Install
mv ./Install ..
cd ..