Renamed rust build script.
This commit is contained in:
parent
d0e0c1854a
commit
baa76e0fec
1 changed files with 0 additions and 0 deletions
8
rust_build_osupdater.sh
Executable file
8
rust_build_osupdater.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue