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:
Markus Unterwaditzer
2025-05-23 21:20:54 +02:00
committed by Cooper Quintin
parent 70a7d81d05
commit 8755d5694c
3 changed files with 4 additions and 4 deletions

View File

@@ -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};