2 kerney666
Can you please make txt files with correct new line symbol for windows version (in teamredminer-v0.4.5-win.zip file)?
It is real pain to read in std notepad )))
Ah man, that is just so annoying. I write those files in Notepad++ under Windows, they get Windows newlines. Then, we commit them into our git repo, where newlines are normalized to Unix style. Then, depending on which OS you check out the repo on, you get Windows or Unix newlines. We build our releases under Linux with cross-compilation for Windows, meaning they will be checked out and shipped with Unix-style newlines. Need to add a little dos2unix/unix2dos before bundling, thanks for pointing this out, had totally missed it myself...