Closed clach04 closed 3 years ago
hack that works for me https://github.com/clach04/dir2opds/commit/2768fd1a75a11519d2a38d989edceef51d70c51c
Ahh I see, thanks, I will check that.
I think instead of filepath.join this should be using: https://golang.org/pkg/path/#Join
That should fix the problem in windows and Linux, I will test later.
Hello, @clach04 I think I fix this in the last release, could you confirm? Thanks
When running dir2opds under Microsoft Windows the wrong directory separator is used,
\
versus/
. Example:quick hack to address this is in issue #4 via (probably dumb) string search/replace (I don't know Go well enough to know the best way to handle this).