Skip to content

2022.0.2

Compare
Choose a tag to compare
@FredHappyface FredHappyface released this 30 Dec 21:26
· 18 commits to main since this release

2022.0.2 - 2022/12/30

  • 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.