iroh
iroh copied to clipboard
fix windows builds
Currently windows builds don't work because tokio::fs::symlink is unix only. There's probably more once we start unwrapping these builds.
https://github.com/n0-computer/iroh/pull/386 attempts to fix this issue. I have no windows machine to dog food it though.