change proton run command
This commit is contained in:
parent
93793ff300
commit
1400818384
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ class ProtonState extends State<Proton> {
|
|||
env.putIfAbsent(
|
||||
"STEAM_COMPAT_CLIENT_INSTALL_PATH", () => "~/.steam");
|
||||
env.putIfAbsent("STEAM_COMPAT_DATA_PATH", () => dir.path);
|
||||
await Process.run(
|
||||
"proton", ["run", "this_program_does_not_exist.exe"],
|
||||
var res = await Process.run("proton", ["run", "exit"],
|
||||
environment: env);
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue