Wild cards are not allowed - remove *Nvidia* #313

Blind fix based on another bug report - but sounds right
and seems to resolve some matching/duplicate entry anomalies.

These lists are used in two different ways.
One way is a regex match which would require it to be .*Nvidia.*,
but I think the other way (non-regex) just uses *Nvidia*.
pull/455/head
Justin Luth 3 years ago
parent a48b4d8dc5
commit 3784503dfe

@ -125,7 +125,6 @@ $global:WhiteListedApps = @(
"WindSynthBerry" # Issue 68
"MIDIBerry" # Issue 68
"Slack" # Issue 83
"*Nvidia*" # Issue 198
"Microsoft.MixedReality.Portal" # Issue 195
)

Loading…
Cancel
Save