[feat] read video config is ok
This commit is contained in:
@@ -18,7 +18,7 @@ pub fn kill(name: &str) -> String {
|
||||
|
||||
pub fn run_steam() -> std::io::Result<std::process::Output> {
|
||||
#[cfg(target_os = "windows")]
|
||||
Command::new("cmd")
|
||||
return Command::new("cmd")
|
||||
.args(&["/C", "start", "steam://run"])
|
||||
.creation_flags(CREATE_NO_WINDOW)
|
||||
.output();
|
||||
|
||||
Reference in New Issue
Block a user