You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently using the XDG specification's file structure, which will fall back on using ~/.local under Windows. We may want to comply with Windows' convention of using the %APPDATA% and/or %LOCALAPPDATA% locations instead.
The text was updated successfully, but these errors were encountered:
I just want to point out that the dirs crate uses XDG and %APPDATA% automatically on Windows iirc. The only problem is that it also uses the macOS Library paths and stuff like that instead of ~/.config.
We're currently using the XDG specification's file structure, which will fall back on using
~/.local
under Windows. We may want to comply with Windows' convention of using the%APPDATA%
and/or%LOCALAPPDATA%
locations instead.The text was updated successfully, but these errors were encountered: