mirror of
https://github.com/safing/portmaster
synced 2025-04-13 23:49:11 +00:00
Fix UI zip location
This commit is contained in:
parent
15bd31adb5
commit
fd34c39bf9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ func (pm *ProcessModule) Manager() *mgr.Manager {
|
|||
}
|
||||
|
||||
func (pm *ProcessModule) Start() error {
|
||||
file, err := pm.instance.BinaryUpdates().GetFile("portmaster")
|
||||
file, err := pm.instance.BinaryUpdates().GetFile("portmaster.zip")
|
||||
if err != nil {
|
||||
log.Errorf("process: failed to get path of ui: %s", err)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue