mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-21 07:14:47 -07:00
make.sh: use updated binary name
This commit is contained in:
7
make.sh
7
make.sh
@@ -1,3 +1,10 @@
|
|||||||
|
<<<<<<< Updated upstream
|
||||||
cargo build --release
|
cargo build --release
|
||||||
adb push target/armv7-unknown-linux-gnueabihf/release/rayhunter /data/rayhunter/rayhunter
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user