Skip to content

v0.24.5

Choose a tag to compare

@github-actions github-actions released this 07 Jan 16:18

Patch Changes

  • fix(windows): 修复 Windows 平台路径和 shell 兼容性问题

    • 使用 PowerShell 替代 /bin/zsh 进行 shell spawning
    • 使用 taskkill 替代 libc::kill 实现跨平台进程终止

    Fixes #16