-
Notifications
You must be signed in to change notification settings - Fork 58
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
config.yaml
file is ignored on Windows
#180
Comments
What's the exact path you would expect it to be in Windows? |
Well, it’s up to your implementation, actually. I think we should respect platform-specific paths:
Or, if you want to keep it simple, |
Thanks for the report! I verified this works as expected in windows (see PR for paths) but feel free to double check. |
It works as expected on Windows on my side. Thanks! |
The
config.yaml
file is ignored on Windows unless I set theHOME
environment variable to%USERPROFILE%
.%APPDATA%
should be preferred on Windows though.Using the
directories
crate may help to load platform-specific paths (%APPDATA%
on Windows for example).presenterm v0.5.0
The text was updated successfully, but these errors were encountered: