chore: upgrade dependencies

This commit is contained in:
MetaCubeX
2022-04-20 01:31:33 +08:00
parent 5d36d8b139
commit 42d853a7e6
7 changed files with 19 additions and 23 deletions

View File

@ -21,7 +21,6 @@ func (ps *Process) Match(metadata *C.Metadata) bool {
if ps.nameOnly {
return strings.EqualFold(metadata.Process, ps.process)
}
return strings.EqualFold(metadata.ProcessPath, ps.process)
}