Attempt to fix a command not being found
This commit is contained in:
parent
d49bccde70
commit
f709d6f3e8
1 changed files with 2 additions and 1 deletions
|
@ -380,7 +380,8 @@ class Settings {
|
|||
}
|
||||
}
|
||||
|
||||
Process.runSync("echo", ["X", ">", "cxinit"]);
|
||||
Process.runSync("echo", ["X", ">", "cxinit"],
|
||||
workingDirectory: Directory.current.path);
|
||||
|
||||
proc = await Process.start("steamcmd.exe", ["+quit"]);
|
||||
print("Completed.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue