wip: feat(FindUtils): find wmexec and wmpidproxy + get version

This commit is contained in:
2024-01-25 19:40:50 +11:00
parent 2c9bc8b56d
commit a1d0360d46
5 changed files with 149 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ func main() {
)
_ = wingmate.NewLog(os.Stderr)
config.SetVersion(version)
if cfg, err = config.Read(); err != nil {
wingmate.Log().Error().Msgf("failed to read config %#v", err)
}