Add dll override to disable powershell.exe

Allows the launcher to auto-update again
This commit is contained in:
the-sane 2023-09-10 13:14:17 -04:00
parent 4d374be93e
commit 3c7358395a

View File

@ -94,7 +94,8 @@
"dxvk_nvapi": false, "dxvk_nvapi": false,
"overrides": { "overrides": {
"libglesv2": "builtin", "libglesv2": "builtin",
"nvapi,nvapi64": "disabled" "nvapi,nvapi64": "disabled",
"powershell.exe": "disabled"
}, },
"system_winetricks": false "system_winetricks": false
} }