fix: windows launch

This commit is contained in:
DecDucK
2026-01-24 18:46:54 +11:00
parent 5ad005161f
commit c74ef58c25
2 changed files with 2 additions and 2 deletions

View File

@@ -453,7 +453,7 @@ impl ProcessManager<'_> {
#[cfg(target_os = "windows")]
let mut command = Command::new("cmd");
#[cfg(target_os = "windows")]
command.raw_arg(format!("/C \"{}\"", &launch_string));
command.raw_arg(format!("/C \"{}\"", &launch_parameters.0));
info!(
"launching (in {}): {}",