build: blind windows ci build fixes

This commit is contained in:
zhom
2025-06-09 15:20:06 +04:00
parent bf5b2886f5
commit dccaf6c7de
3 changed files with 64 additions and 56 deletions
+1 -1
View File
@@ -685,7 +685,7 @@ mod windows {
.get_executable_path(browser_dir)
.map_err(|e| format!("Failed to get executable path: {}", e))?;
let mut cmd = Command::new(executable_path);
let mut cmd = Command::new(&executable_path);
cmd.args([
&format!("--user-data-dir={}", profile.profile_path),
"--new-window",