diff --git a/gamefixes-umu/umu-zwift.py b/gamefixes-umu/umu-zwift.py new file mode 100644 index 00000000..8558ceef --- /dev/null +++ b/gamefixes-umu/umu-zwift.py @@ -0,0 +1,12 @@ +"""Game fix for Zwift""" + +import os +from protonfixes import util + +# Necessary for dotnet installations +# see: https://github.com/Open-Wine-Components/umu-protonfixes/pull/557 +def early() -> None: + os.environ['PROTON_DLL_COPY'] = '*' + +def main() -> None: + util.protontricks('corefonts dotnet48 d3dcompiler_47 webview2')