From deeab1f1b0b585c6587bed97e6db8333fabd9ff0 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Wed, 18 Jun 2025 16:02:39 -0700 Subject: [PATCH] Fix make script Only build the daemon for make's purposes --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."