Allow passing additional arguments to the build script

This commit is contained in:
ChaoticByte 2024-07-02 17:24:31 +02:00
parent 9364b82e08
commit 7667719cbf
No known key found for this signature in database

View file

@ -7,4 +7,4 @@ then
ver="${ver}-dev" ver="${ver}-dev"
fi fi
go build -ldflags="-X 'main.Version=${ver}'" -o ass_v${ver} go build -ldflags="-X 'main.Version=${ver}'" -o ass_v${ver} $@