G-Node / WinGIN

A Windows frontend for GIN
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Run gin.exe commands with full path to avoid using globally installed binaries #143

Closed achilleas-k closed 5 years ago

achilleas-k commented 5 years ago

Came across this on my dev VM where I have a gin.exe in my %PATH%. WinGIN was calling gin.exe and it was using that (outdated) binary instead of the one it installs itself.

Perhaps a bit of an edge case, but it would be good to avoid this.