I hate everything

macos-click-through
Keith Simmons 4 years ago
parent 3aceaaaa62
commit 86c241ee55

@ -144,7 +144,7 @@ fn main() {
if let Ok(path) = std::process::Command::new(shell)
.arg("-c")
.arg(cmd)
.output()
.output()
{
env::set_var("PATH", std::str::from_utf8(&path.stdout).unwrap());
}

Loading…
Cancel
Save