Rename components

portmaster -> portmaster-core
pmctl -> portmaster-control
This commit is contained in:
Daniel
2019-07-04 13:57:55 +02:00
parent 457e6f21a2
commit b5cc3121ae
6 changed files with 18 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ import (
func checkForUpgrade() (update *updates.File) {
info := info.GetInfo()
file, err := updates.GetLocalPlatformFile("pmctl/pmctl")
file, err := updates.GetLocalPlatformFile("control/portmaster-control")
if err != nil {
return nil
}
@@ -113,6 +113,6 @@ func removeOldBin() error {
return nil
}
fmt.Println("removed previous pmctl")
fmt.Println("removed previous portmaster-control")
return nil
}