pcgamedb/build.sh
2024-11-15 15:02:45 +08:00

5 lines
193 B
Bash
Executable File

go install github.com/swaggo/swag/cmd/swag@latest
swag init
CGO_ENABLED=0
go build -o pcgamedb -ldflags "-s -w -X github.com/nitezs/pcgamedb/constant.Version=$(git describe --tags --always)" .