Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scoop): detect shims correctly w/ sysinfo 0.30
This commit is a fix that handles a subtle breaking change in sysinfo::Process:root() which no longer can be used to see if a process is a scoop shim. Instead we can stringify the executable path and see if the absolute exe path contains the substring "shims". With this fix duplicate process detection is once again working correctly.
- Loading branch information