Removed antiquated folder, and pulled the contents of ./osupdater/ into the root. This is a rust project only now, and the older tools are not useful any further. If one wishes to use the older python or bash versions, browse the commit history and snag them up. Not advised, however.

This commit is contained in:
Andrew Schott 2024-12-25 22:59:14 -06:00
parent e516aae5be
commit 74de77b68c
15 changed files with 5 additions and 413 deletions

View file

@ -1,8 +1,6 @@
#!/bin/sh
echo -e "Cleaning up build environment"
rm -rf osupdater/target
echo -e "Entering build directory\n"
cd osupdater/
rm -rf target/
echo -e "Building osupdater\n"
cargo build -r --jobs $(nproc)
#echo -e "Copying binary to git root\n"