thayakawa-gh / SlackLogViewer

A viewer for json files exported from Slack workspaces.
MIT License
195 stars 13 forks source link

linux path separators are broken #14

Closed G-Harmon closed 1 month ago

G-Harmon commented 1 year ago

Trying to use this on linux, looks like the path separators are hard-coded to Windows style, \. To get this to work, I had to change the "\" in GlobalVariables.cpp to be /.

thayakawa-gh commented 1 year ago

Thank you for your bug report. This bug appears when a folder of export files is opened, but now I have confirmed that it can be opened and is displayed correctly.