From 3cbc1be17df2ebaf082a1a503978cb9f32f1c274 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Sat, 23 Nov 2024 20:33:30 -0800 Subject: [PATCH] chore: remove setting ULWGL environment variable - At this point, in v1.1.4, setting this is obsolete and no fixes will be applied when setting it --- umu/umu_run.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/umu/umu_run.py b/umu/umu_run.py index 9a46e37b..51f7e839 100755 --- a/umu/umu_run.py +++ b/umu/umu_run.py @@ -213,7 +213,6 @@ def set_env( # UMU_ID env["UMU_ID"] = env["GAMEID"] - env["ULWGL_ID"] = env["UMU_ID"] # Set ULWGL_ID for compatibility env["STEAM_COMPAT_APP_ID"] = "0" if match(r"^umu-[\d\w]+$", env["UMU_ID"]): @@ -741,7 +740,6 @@ def umu_run(args: Namespace | tuple[str, list[str]]) -> int: "STORE": "", "PROTON_VERB": "", "UMU_ID": "", - "ULWGL_ID": "", "UMU_ZENITY": "", "UMU_NO_RUNTIME": "", "UMU_RUNTIME_UPDATE": "",