Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix temp folder handling on windows #134

Merged
merged 1 commit into from Feb 4, 2022

Commits on Feb 4, 2022

  1. Fix temp folder handling on windows

    Something with the globing seems not work but not sure exactly. Now using a simple way of ensure that the target folder never exists when calling `mv` so that it behaves as a rename instead of a move into. The folder still needs to be created first so that parent folders (in case of a custom cache path) are created.
    kuhnroyal committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    b3c14e7 View commit details
    Browse the repository at this point in the history