Currently paths for results file and config file are hardcoded to ~/.local and ~/.config and they need to be changed to try to support Windows platform.
https://github.com/dirs-dev/dirs-rs is already in the project so it might be handy to use it.
But the paths that it uses are different than ~/.local and ~/.config for MacOS, which I'm not a big fan of. I would rather stick to those directories on MacOS still.
Than, once the paths are updated the program would need to be compiled for windows target and tested there.
Currently paths for results file and config file are hardcoded to
~/.local
and~/.config
and they need to be changed to try to support Windows platform. https://github.com/dirs-dev/dirs-rs is already in the project so it might be handy to use it. But the paths that it uses are different than~/.local
and~/.config
for MacOS, which I'm not a big fan of. I would rather stick to those directories on MacOS still.Than, once the paths are updated the program would need to be compiled for windows target and tested there.