mirror of
https://github.com/lutris/lutris
synced 2024-11-05 18:10:49 +00:00
Use 'baseenv' not 'wineenv' when blocking
It needs to be consistent, I think. This change allows 'Osu!' to install, probably other things too.
This commit is contained in:
parent
c8fef40b4f
commit
0076056c05
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ def wineexec( # noqa: C901
|
|||
wine.prelaunch()
|
||||
|
||||
if blocking:
|
||||
return system.execute(command_parameters, env=wineenv, cwd=working_dir)
|
||||
return system.execute(command_parameters, env=baseenv, cwd=working_dir)
|
||||
|
||||
command = MonitoredCommand(
|
||||
command_parameters,
|
||||
|
|
Loading…
Reference in a new issue