Open TheMooseman opened 4 months ago
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.
That would be great! I don't have a Windows machine set up for development
I've created a PR that tries a naive fix when writing the ratchet.ron to force forward slash instead of backslash.
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.