From 0ea7e1818068bf87d6c20a9335b8b93830357a17 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Mon, 26 Feb 2024 13:39:34 -0400 Subject: [PATCH] Put the binary in bin --- build-static.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-static.bash b/build-static.bash index a74250d..3c3da31 100755 --- a/build-static.bash +++ b/build-static.bash @@ -4,4 +4,5 @@ set -ex export RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu -cp target/x86_64-unknown-linux-gnu/release/keep ./ +mkdir -p bin +cp target/x86_64-unknown-linux-gnu/release/keep ./bin/