From 80d9bdff92385410c63ef30a7947760dedde0229 Mon Sep 17 00:00:00 2001 From: core Date: Fri, 15 Dec 2023 23:27:26 -0500 Subject: [PATCH] Update build_windows.sh --- build_windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_windows.sh b/build_windows.sh index f29384f..2aef7c0 100755 --- a/build_windows.sh +++ b/build_windows.sh @@ -1,6 +1,6 @@ #!/bin/bash set -e -cargo build --target x86_64-pc-windows-gnu --release-ci --bin tfclient +cargo build --target x86_64-pc-windows-gnu --release --bin tfclient rm -rf target/x86_64-pc-windows-gnu/release-ci/tfclient_dist/ mkdir -p target/x86_64-pc-windows-gnu/release-ci/tfclient_dist/ cp target/x86_64-pc-windows-gnu/release-ci/tfclient.exe target/x86_64-pc-windows-gnu/release-ci/tfclient_dist/tfclient.exe