osupdater/rustbuild.sh

9 lines
211 B
Bash
Raw Normal View History

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