From d8879c357fa4cf31922a80348de2d875fc0f78b9 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Tue, 13 Feb 2024 13:48:21 -0800 Subject: [PATCH] make.sh: use updated binary name --- make.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 39483f3..98eae07 100755 --- a/make.sh +++ b/make.sh @@ -1,3 +1,10 @@ +<<<<<<< Updated upstream cargo build --release adb push target/armv7-unknown-linux-gnueabihf/release/rayhunter /data/rayhunter/rayhunter -adb shell '/bin/rootshell -c "/etc/init.d/rayhunter_daemon restart"' \ No newline at end of file +adb shell '/bin/rootshell -c "/etc/init.d/rayhunter_daemon restart"' +======= +# the "arm" profile inherits from "release", so this is an optimized build +cargo build --profile arm +adb push target/arm/rayhunter-daemon /data/rayhunter/ +adb shell '/bin/rootshell -c "/etc/init.d/rayhunter_daemon restart"' +>>>>>>> Stashed changes