Skip to content

Commit

Permalink
chore: remove setting ULWGL environment variable
Browse files Browse the repository at this point in the history
- At this point, in v1.1.4, setting this is obsolete and no fixes will be applied when setting it
  • Loading branch information
R1kaB3rN committed Nov 24, 2024
1 parent 3645f6d commit 3cbc1be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]):
Expand Down Expand Up @@ -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": "",
Expand Down

0 comments on commit 3cbc1be

Please sign in to comment.