Closed Steve0Greatness closed 9 months ago
This PR adds support for automatic detection of the TurboWarp path on MacOS.
MacOS' return value for uname().system is Darwin, by the way.
uname().system
Darwin
Looks good to merge - thanks!
This PR adds support for automatic detection of the TurboWarp path on MacOS.
MacOS' return value for
uname().system
isDarwin
, by the way.