Pupix / lcu-connector

🔌 Streamlined LCU integration for your app.
MIT License
111 stars 26 forks source link

added WSL 1 support #38

Closed baseballlover723 closed 11 months ago

baseballlover723 commented 11 months ago

Fixes #9.

All that was needed was to identify being in WSL (if it's using linux and is made by Microsoft) and then use a slightly modified command to get the process info and convert the path from a windows path to a linux path.

Tested with WSL 1 (not WSL 2).