From 3c7358395aa0469a77f629f83361ee3e2868cc3d Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 10 Sep 2023 13:14:17 -0400 Subject: [PATCH] Add dll override to disable powershell.exe Allows the launcher to auto-update again --- lutris-sc-install.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lutris-sc-install.json b/lutris-sc-install.json index 075133a..740a70a 100644 --- a/lutris-sc-install.json +++ b/lutris-sc-install.json @@ -94,7 +94,8 @@ "dxvk_nvapi": false, "overrides": { "libglesv2": "builtin", - "nvapi,nvapi64": "disabled" + "nvapi,nvapi64": "disabled", + "powershell.exe": "disabled" }, "system_winetricks": false }