mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-16 03:57:50 +01:00
changed regex builtin and added binaries to git repo
This commit is contained in:
5
build_scripts/build_cross.sh
Executable file
5
build_scripts/build_cross.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
BIN
build_scripts/mers
Executable file
BIN
build_scripts/mers
Executable file
Binary file not shown.
BIN
build_scripts/mers.exe
Executable file
BIN
build_scripts/mers.exe
Executable file
Binary file not shown.
Reference in New Issue
Block a user