Update build_windows.sh
This commit is contained in:
parent
7cb2dc86e2
commit
80d9bdff92
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue