mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 05:43:53 +01:00
6 lines
164 B
Bash
6 lines
164 B
Bash
![]() |
#!/usr/bin/env sh
|
||
|
./build_musl.sh
|
||
|
cd ../mers
|
||
|
cargo build --release --target x86_64-pc-windows-gnu
|
||
|
cp target/x86_64-pc-windows-gnu/release/mers.exe ../build_scripts
|