mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-27 02:04:46 +10:00
fix: windows launch
This commit is contained in:
+1
-1
Submodule libs/drop-base updated: 14f4e3e20b...04125e89be
@@ -453,7 +453,7 @@ impl ProcessManager<'_> {
|
|||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
let mut command = Command::new("cmd");
|
let mut command = Command::new("cmd");
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
command.raw_arg(format!("/C \"{}\"", &launch_string));
|
command.raw_arg(format!("/C \"{}\"", &launch_parameters.0));
|
||||||
|
|
||||||
info!(
|
info!(
|
||||||
"launching (in {}): {}",
|
"launching (in {}): {}",
|
||||||
|
|||||||
Reference in New Issue
Block a user