diff --git a/discovery_windows.go b/discovery_windows.go index f1cbe10..520882f 100644 --- a/discovery_windows.go +++ b/discovery_windows.go @@ -51,6 +51,11 @@ func (s *PHPStore) doDiscover() { if userHomeDir != "" { s.discoverFromDir(filepath.Join(userHomeDir, ".config", "herd", "bin"), nil, regexp.MustCompile("^php\\d{2}$"), "Herd") } + + // Herd-lite + if userHomeDir != "" { + s.addFromDir(filepath.Join(userHomeDir, ".config", "herd-lite", "bin"), nil, "Herd-lite") + } } func systemDir() string {