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

BREAKING: Put MacOS in line with Linux with regards to config and data directories #68

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

JamyGolden
Copy link
Member

Related to GitHub Issue: #62

MacOS: This is a breaking change and changes the directories Tinty uses on MacOS for config and data directories. Tinty looks at whether XDG paths are set and uses them, otherwise it falls back to the XDG default paths for these directories.

Linux: This is how things functioned on linux already so there shouldn't be any noticeable changes.

More technical details: Replace dirs crate with xdg and home crates.

`dirs` has no way of using XDG paths on macos
@JamyGolden JamyGolden requested a review from a team as a code owner September 28, 2024 11:04
@JamyGolden JamyGolden merged commit da696df into main Oct 1, 2024
5 checks passed
@JamyGolden JamyGolden deleted the jamy/bugfix/macos-config-and-data-dirs branch October 1, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant