diff --git a/build.sh b/build.sh index fc01c82..915dc86 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -cargo build --release --target x86_64-unknown-linux-musl +cargo build --release --bins --target x86_64-unknown-linux-musl -cargo build --release --target x86_64-pc-windows-gnu \ No newline at end of file +cargo build --release --bins --target x86_64-pc-windows-gnu \ No newline at end of file