mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
6 lines
164 B
Bash
Executable File
6 lines
164 B
Bash
Executable File
#!/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
|