From 7667719cbffd09de9657199120c706e0128e474e Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Tue, 2 Jul 2024 17:24:31 +0200 Subject: [PATCH] Allow passing additional arguments to the build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c367ae3..92527de 100755 --- a/build.sh +++ b/build.sh @@ -7,4 +7,4 @@ then ver="${ver}-dev" fi -go build -ldflags="-X 'main.Version=${ver}'" -o ass_v${ver} +go build -ldflags="-X 'main.Version=${ver}'" -o ass_v${ver} $@