osupdater/rust_build_osupdater.sh

9 lines
214 B
Bash
Raw Normal View History

2024-03-09 18:03:54 -06:00
#!/bin/sh
echo -e "Entering build directory\n"
2024-03-09 18:03:54 -06:00
cd in_development/rust/osupdater/
echo -e "Building osupdater\n"
2024-03-09 18:03:54 -06:00
cargo build -r
echo -e "Copying binary to git root\n"
2024-03-09 18:03:54 -06:00
cp target/release/osupdater ../../../osupdater