mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 16:24:21 +00:00
Add dll override to disable powershell.exe
Allows the launcher to auto-update again
This commit is contained in:
parent
4d374be93e
commit
3c7358395a
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user