fix(ci): use Windows-compatible Torrent RPC integration test

This commit is contained in:
NimBold
2026-08-01 20:09:57 +03:30
parent 92092e9844
commit bb64c4cd52
5 changed files with 106 additions and 12 deletions
+2 -1
View File
@@ -3235,7 +3235,8 @@ fn dispatch_deep_links(app_handle: tauri::AppHandle, deep_links: Vec<url::Url>)
});
}
pub(crate) async fn rpc_call(
#[doc(hidden)]
pub async fn rpc_call(
port: u16,
secret: &str,
method: &str,