From 01a60c67ccc60ccaa77963697b5f599d05bc6935 Mon Sep 17 00:00:00 2001 From: Esme Povirk Date: Fri, 24 May 2024 20:00:07 +0000 Subject: [PATCH] proton: Use STEAM_COMPAT_APP_ID to decide when to run xalia. CW-Bug-Id: #23808 SteamAppId isn't set for InstallScripts, but this variable is. --- proton | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proton b/proton index 0aa176b8..30af9be1 100755 --- a/proton +++ b/proton @@ -1144,6 +1144,8 @@ def default_compat_config(): ]: ret.add("hideapu") + if "STEAM_COMPAT_APP_ID" in os.environ: + appid = os.environ["STEAM_COMPAT_APP_ID"] if appid in [ "7000", # Tomb Raider: Legend "8000", # Tomb Raider: Anniversary