Skip to content

tslime v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jun 17:22
· 65 commits to master since this release
3cdd282

Windows distribution fix.

Fixed

  • Windows release binary is now statically linked against the MSVC C runtime
    (+crt-static). The previous build dynamically linked vcruntime140.dll, so
    tslime.exe failed to launch on a clean Windows without the VC++ 2015–2022
    redistributable — silently, with no error, making tslime appear 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 ;).