mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 23:49:59 -07:00
fix path
This commit is contained in:
committed by
Cooper Quintin
parent
a946ebbe92
commit
0beff5ea63
@@ -144,7 +144,7 @@ async fn main_tplink(args: InstallTpLink) -> Result<(), Error> {
|
||||
|
||||
#[cfg(feature = "vendor")]
|
||||
let rayhunter_daemon_bin =
|
||||
include_bytes!("../../rayhunter-daemon-tplink/rayhunter-daemon-tplink");
|
||||
include_bytes!("../../rayhunter-daemon-tplink/rayhunter-daemon");
|
||||
|
||||
#[cfg(not(feature = "vendor"))]
|
||||
let rayhunter_daemon_bin =
|
||||
|
||||
Reference in New Issue
Block a user