diff --git a/build.sh b/build.sh index a1cc8cd..56f7fee 100755 --- a/build.sh +++ b/build.sh @@ -18,4 +18,6 @@ go mod tidy go build -o "$buildpath" -ldflags "-X main.version=$VERSION_STRING" -"$buildpath" -v \ No newline at end of file +"$buildpath" -v + +cp "$buildpath" ~/.local/bin