You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ LeagueClientUx process. If you wish to await until a client is found, you can us
85
85
| unsafe |`false`| If you do not wish to authenticate safely using a self-signed certificate you can authorize while ignoring any certificate rejections. To authenticate this way, set unsafe to `true`. The custom certificate option will take precedence over this, meaning this option is meaningless if a custom certificate is provided. |
86
86
| useDeprecatedWmic |`false`| Use deprecated Windows WMIC command line over Get-CimInstance. Does nothing if the system is not running on Windows. |
87
87
| windowsShell |`powershell`| Set the Windows shell to use. Either powershell or cmd. |
88
+
| getProcessCommandLine |`undefined`| Set custom function to get LeagueClientUx process information. |
0 commit comments