remove kext glue dll from dependencies

This commit is contained in:
Vladimir
2022-11-03 10:58:00 +01:00
parent 1ff27784c3
commit 5d2715ca17
3 changed files with 2 additions and 3 deletions

View File

@@ -52,7 +52,6 @@ func MandatoryUpdates() (identifiers []string) {
identifiers = append(
identifiers,
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"),