mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-18 22:04:46 -07:00
Fix installing from source
Due to recent build changes, --release no longer applies the right optimization settings, and --profile firmware has to be used.
This commit is contained in:
committed by
Cooper Quintin
parent
70a7d81d05
commit
8755d5694c
@@ -1,5 +1,5 @@
|
||||
use std::io::{ErrorKind, Write};
|
||||
use std::path::{Path, Prefix};
|
||||
use std::path::Path;
|
||||
use std::time::Duration;
|
||||
|
||||
use adb_client::{ADBDeviceExt, ADBUSBDevice, RustADBError};
|
||||
|
||||
Reference in New Issue
Block a user