Merge pull request #856 from safing/fix/windows_notifications

Windows notifications fix
This commit is contained in:
Daniel Hovie 2022-10-10 16:18:44 +02:00 committed by GitHub
commit cb01aa0223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 15 deletions

View file

@ -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,
},
})
}

View file

@ -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(