Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 04:23
· 21 commits to master since this release
fix(electron): run npm/npx through a shell on Windows

spawn cannot execute .cmd shims directly (they are not PE binaries);
shell:true routes them through cmd.exe.

Co-Authored-By: Claude Sonnet 4 (1M context) <noreply@anthropic.com>