mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-01-30 19:15:17 +01:00
fix: windows launch
This commit is contained in:
Submodule libs/drop-base updated: 14f4e3e20b...04125e89be
@@ -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 {}): {}",
|
||||
|
||||
Reference in New Issue
Block a user