AdamsLair/duality

Try to call git from the path in the VersionUpdater without searching for specific locations

SirePi opened this issue · 1 comments

Summary

As of today, the VersionUpdater tool has a couple of hardcoded paths where it looks for the git executable to perform its functions.
Probably it would make sense to have a first go for the PATH bound git.exe, without looking in other folders first.

This would be a nice improvement. I think however that we would also solve this (and other executable dependencies) if we moved to more modern build tooling: #810