diff --git a/umu/umu_run.py b/umu/umu_run.py index f4c344c4..21aaf2e8 100755 --- a/umu/umu_run.py +++ b/umu/umu_run.py @@ -168,6 +168,10 @@ def check_env( env["WINEPREFIX"] = os.environ["WINEPREFIX"] + # Skip Proton if running a native Linux executable + if os.environ.get("UMU_NO_PROTON") == "1": + return env + # Proton Version if ( os.environ.get("PROTONPATH")