diff --git a/cmds/portmaster-start/snoretoast_windows.go b/cmds/portmaster-start/snoretoast_windows.go deleted file mode 100644 index a9f12630..00000000 --- a/cmds/portmaster-start/snoretoast_windows.go +++ /dev/null @@ -1,14 +0,0 @@ -package main - -func init() { - registerComponent([]Options{ - { - Name: "Portmaster SnoreToast Notifier", - ShortIdentifier: "notifier-snoretoast", // would otherwise conflict with notifier. - Identifier: "notifier/portmaster-snoretoast", - AllowDownload: false, - AllowHidingWindow: true, - SuppressArgs: true, - }, - }) -} diff --git a/updates/helper/updates.go b/updates/helper/updates.go index 5ab3de7f..17fe6116 100644 --- a/updates/helper/updates.go +++ b/updates/helper/updates.go @@ -57,7 +57,7 @@ func MandatoryUpdates() (identifiers []string) { PlatformIdentifier("kext/portmaster-kext.pdb"), PlatformIdentifier("start/portmaster-start.exe"), PlatformIdentifier("notifier/portmaster-notifier.exe"), - PlatformIdentifier("notifier/portmaster-snoretoast.exe"), + PlatformIdentifier("notifier/portmaster-wintoast.dll"), ) } else { identifiers = append(