-
Notifications
You must be signed in to change notification settings - Fork 959
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore
cache
suffix on Windows cache path (#6482)
## Summary We accidentally changed the Windows cache directory from `C:\Users\User\AppData\Local\uv\cache` to `C:\Users\User\AppData\Local\uv` in v0.3.0. We're considering this a bug, since it does _not_ match the documentation, and prior to v0.3.0, we always used the former. This PR migrates back to the previous location. It should be seamless for users, as we move the cache items to the new location on startup. Closes #6417.
- Loading branch information
1 parent
984cb23
commit be8ad0c
Showing
1 changed file
with
75 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters