refactor: switch to banderole from pkg

This commit is contained in:
zhom
2025-07-25 11:18:32 +04:00
parent b500c28b96
commit 0b4263140d
9 changed files with 22 additions and 22 deletions
-1
View File
@@ -137,7 +137,6 @@ async fn handle_url_open(app: tauri::AppHandle, url: String) -> Result<(), Strin
Ok(())
}
#[tauri::command]
async fn create_stored_proxy(
name: String,
+1 -2
View File
@@ -476,8 +476,7 @@ mod tests {
.unwrap()
.to_path_buf();
let nodecar_dir = project_root.join("nodecar");
let nodecar_dist = nodecar_dir.join("dist");
let nodecar_binary = nodecar_dist.join("nodecar");
let nodecar_binary = nodecar_dir.join("nodecar-bin");
// Check if binary already exists
if nodecar_binary.exists() {