Skip to content

Commit

Permalink
make.sh: use updated binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed Feb 13, 2024
1 parent 923d1c1 commit d8879c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion make.sh
Original file line number Diff line number Diff line change
@@ -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"'
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

0 comments on commit d8879c3

Please sign in to comment.