simons-public / protonfixes

A module for applying fixes at runtime to unsupported games with Steam Proton without changing game installation files
https://simons-public.github.io/protonfixes/
Other
232 stars 117 forks source link

Extend set_environment #170

Closed pchome closed 2 years ago

pchome commented 2 years ago

Setting e.g. util.set_environment('SOMEPATH', '/usr/lib/somedir:/usr/lib64/somedir', ':') will append given paths to the end of SOMEPATH environment variable.

Well, "prepend" also makes sense in some rare situations.