Attempt to fix a command not being found

This commit is contained in:
zontreck 2024-11-25 00:56:27 -07:00
parent d49bccde70
commit f709d6f3e8

View file

@ -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.");