test(desktop): add headless download integration harness

This commit is contained in:
NimBold
2026-06-15 00:57:19 +03:30
parent 20dcb69ae2
commit ab7550d39e
5 changed files with 623 additions and 53 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ fn resign_aria2_debug_bundle(aria2c_path: &std::path::Path) -> Result<(), String
Ok(())
}
mod download;
pub mod download;
#[allow(dead_code)]
mod ipc;
mod parity;