meza / adr-tools

A typescript remake of Nat Pryce's ADR-Tools
GNU General Public License v3.0
13 stars 2 forks source link

feat: windows support #252

Open Den-dp opened 8 months ago

Den-dp commented 8 months ago

Since the root dir looks different in Windows and Unix (C:\\ vs /), use crossplatform way of getting it

Closes: #251

stale[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Den-dp commented 5 months ago

it is still relevant

meza commented 2 months ago

Holy crap, this PR got lost in the noise! I'm fixing things up, will get to it asap! Thanks for keeping it alive

Den-dp commented 2 months ago

Yeah, it's been quite a while.

Speaking of the fix, it was tested on my Windows machine but requires double-checking on Max/Linux.

meza commented 2 months ago

Yeah! Unfortunately the windows support is a bit more complex than it needs to be due to the tests :D Working on it though especially that I've also moved to windows for the majority of the time