diff --git a/make.sh b/make.sh index 67f0779..a7833a4 100755 --- a/make.sh +++ b/make.sh @@ -2,7 +2,7 @@ pushd bin/web npm run build popd -cargo build --profile firmware --target="armv7-unknown-linux-musleabihf" #--features debug +cargo build --profile firmware --bin rayhunter-daemon --target="armv7-unknown-linux-musleabihf" #--features debug adb shell '/bin/rootshell -c "/etc/init.d/rayhunter_daemon stop"' adb push target/armv7-unknown-linux-musleabihf/firmware/rayhunter-daemon /data/rayhunter/rayhunter-daemon echo "rebooting the device..."