Windows distribution fix.
Fixed
- Windows release binary is now statically linked against the MSVC C runtime
(+crt-static). The previous build dynamically linkedvcruntime140.dll, so
tslime.exefailed to launch on a clean Windows without the VC++ 2015–2022
redistributable — silently, with no error, makingtslimeappear to do
nothing. This restores the single-static-binary guarantee on Windows. - README Windows install snippet now handles an unset user
PATH(avoids
writing a leading;).