Update updates module to download and upgrade portmaster-start instead of portmaster-control

This commit is contained in:
Patrick Pacher
2020-07-16 15:17:21 +02:00
parent 58dad190a1
commit 5580cbf4a4
2 changed files with 15 additions and 15 deletions

View File

@@ -101,7 +101,7 @@ func start() error {
if onWindows {
mandatoryUpdates = []string{
platform("core/portmaster-core.exe"),
platform("control/portmaster-control.exe"),
platform("start/portmaster-start.exe"),
platform("app/portmaster-app.exe"),
platform("notifier/portmaster-notifier.exe"),
platform("notifier/portmaster-snoretoast.exe"),
@@ -109,7 +109,7 @@ func start() error {
} else {
mandatoryUpdates = []string{
platform("core/portmaster-core"),
platform("control/portmaster-control"),
platform("start/portmaster-start"),
platform("app/portmaster-app"),
platform("notifier/portmaster-notifier"),
}