rojo-rbx / rokit

Next-generation toolchain manager for Roblox projects
MIT License
72 stars 13 forks source link

Fix check for Rokit binaries under PATH #74

Closed paradoxuum closed 2 months ago

paradoxuum commented 2 months ago

Path::ends_with checks the whole of each path component for a match rather than a substring, which leads to Rokit incorrectly reporting that it is not in PATH.