Fix unmodifiable map
This commit is contained in:
parent
372c4e1b74
commit
98bdc32ffc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class ProtonState extends State<Proton> {
|
|||
}
|
||||
await dir.create(recursive: true);
|
||||
|
||||
Map<String, String> env = Platform.environment;
|
||||
Map<String, String> env = Map.from(Platform.environment);
|
||||
env["STEAM_COMPAT_CLIENT_INSTALL_PATH"] = "~/.steam";
|
||||
env["STEAM_COMPAT_DATA_PATH"] = dir.path;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue