gosora/build-linux

9 lines
139 B
Plaintext

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