- fix: launcher not passing args properly
This commit is contained in:
@@ -23,7 +23,7 @@ fn create_command() -> Command {
|
|||||||
#[cfg(target_os = "linux")]
|
#[cfg(target_os = "linux")]
|
||||||
fn create_command() -> Command {
|
fn create_command() -> Command {
|
||||||
let mut command = Command::new("bottles-cli");
|
let mut command = Command::new("bottles-cli");
|
||||||
command.arg("run").arg("-p").arg("TRose").arg("-b").arg("OsIRose");
|
command.arg("run").arg("-p").arg("TRose").arg("-b").arg("OsIRose").arg("--args");
|
||||||
command
|
command
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user