Renamed rust build script.

This commit is contained in:
Andrew Schott 2024-06-05 00:42:15 -05:00
parent d0e0c1854a
commit baa76e0fec

View file

@ -1,8 +0,0 @@
#!/bin/sh
echo -e "Entering build directory\n"
cd in_development/rust/osupdater/
echo -e "Building osupdater\n"
cargo build -r
echo -e "Copying binary to git root\n"
cp target/release/osupdater ../../../osupdater