From 5e2058e7ac8b1bd17c082f7de7beb68a5eebc772 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Tue, 3 Jun 2025 14:33:17 -0700 Subject: [PATCH] update make to use firmware profile --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 7b4e1e5..67f0779 100755 --- a/make.sh +++ b/make.sh @@ -2,8 +2,8 @@ pushd bin/web npm run build popd -cargo build --release --target="armv7-unknown-linux-musleabihf" #--features debug +cargo build --profile firmware --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/release/rayhunter-daemon /data/rayhunter/rayhunter-daemon +adb push target/armv7-unknown-linux-musleabihf/firmware/rayhunter-daemon /data/rayhunter/rayhunter-daemon echo "rebooting the device..." adb shell '/bin/rootshell -c "reboot"'