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

Use APPDATA / LOCALAPPDATA on Windows #355

Open
andreaphylum opened this issue May 6, 2022 · 1 comment
Open

Use APPDATA / LOCALAPPDATA on Windows #355

andreaphylum opened this issue May 6, 2022 · 1 comment
Labels
enhancement New feature or request low priority Should be handled as time permits

Comments

@andreaphylum
Copy link
Contributor

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.

@andreaphylum andreaphylum added enhancement New feature or request needs triage Needs to be reviewed or assigned labels May 6, 2022
@cd-work
Copy link
Contributor

cd-work commented May 6, 2022

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.

@kylewillmon kylewillmon added low priority Should be handled as time permits and removed needs triage Needs to be reviewed or assigned labels May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority Should be handled as time permits
Projects
None yet
Development

No branches or pull requests

3 participants