Jul 10, 2017 · 1 min read
Thanks for bringing this up. I actually haven’t looked at this code in some time. I’ll need to take some time to review and updated it. My guess is, when I built this initially, I didn’t take Windows into consideration.
Looking at the error, it looks like it may not be using Windows compatible path’s (“archive/tar” vs. “archive\tar”). If that is the case, the likely way to fix this is to use the path/filepath library (specifically FromSlash and ToSlash).
