mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Add windows kext .pdb as mandatory update
This commit is contained in:
parent
77d5b083eb
commit
f410de4d51
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ func MandatoryUpdates() (identifiers []string) {
|
|||
PlatformIdentifier("core/portmaster-core.exe"),
|
||||
PlatformIdentifier("kext/portmaster-kext.dll"),
|
||||
PlatformIdentifier("kext/portmaster-kext.sys"),
|
||||
PlatformIdentifier("kext/portmaster-kext.pdb"),
|
||||
PlatformIdentifier("start/portmaster-start.exe"),
|
||||
PlatformIdentifier("notifier/portmaster-notifier.exe"),
|
||||
PlatformIdentifier("notifier/portmaster-snoretoast.exe"),
|
||||
|
|
Loading…
Add table
Reference in a new issue