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:
Daniel Johnson 2022-04-09 18:30:45 -04:00
parent c8fef40b4f
commit 0076056c05

View file

@ -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,