- Fix `_getBinDir` https://github.com/arnu515
> The function to get bin directory makes the entire path to lowercase, which
> will be a problem on systems like Linux, where the file system is case sensitive.
>
> For example, /home/user/Documents/a/b/c gets converted to /home/user/documents/a/b/c.
> This works on Windows, because for it, files aren't case sensitive, but for linux,
> Documents and documents are two separate paths.
2022