Add snoretoast to std update downloads

This commit is contained in:
Daniel 2019-07-26 22:34:10 +02:00
parent a06ca19056
commit bb8cd689f8

View file

@ -107,6 +107,7 @@ func DownloadUpdates() (err error) {
markPlatformFileForDownload("control/portmaster-control.exe") markPlatformFileForDownload("control/portmaster-control.exe")
markPlatformFileForDownload("app/portmaster-app.exe") markPlatformFileForDownload("app/portmaster-app.exe")
markPlatformFileForDownload("notifier/portmaster-notifier.exe") markPlatformFileForDownload("notifier/portmaster-notifier.exe")
markPlatformFileForDownload("notifier/portmaster-snoretoast.exe")
} else { } else {
markPlatformFileForDownload("core/portmaster-core") markPlatformFileForDownload("core/portmaster-core")
markPlatformFileForDownload("control/portmaster-control") markPlatformFileForDownload("control/portmaster-control")