We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running ratchet turn on windows after it ran on a unix system causes the ratchet.ron to see no keys for every file and regenerate every key.
ratchet turn
ratchet.ron
For example, ./src/ratchet.rs turns into .\\src\\ratchet.rs
./src/ratchet.rs
.\\src\\ratchet.rs
Feel free to assign this issue to me, I'm going to see how to prevent it from doing this.
The text was updated successfully, but these errors were encountered:
That would be great! I don't have a Windows machine set up for development
Sorry, something went wrong.
I've created a PR that tries a naive fix when writing the ratchet.ron to force forward slash instead of backslash.
No branches or pull requests
Running
ratchet turn
on windows after it ran on a unix system causes theratchet.ron
to see no keys for every file and regenerate every key.For example,
./src/ratchet.rs
turns into.\\src\\ratchet.rs
Feel free to assign this issue to me, I'm going to see how to prevent it from doing this.
The text was updated successfully, but these errors were encountered: