summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2026-07-30Pin node-gyp ^11 via overrides for VS2022 detection on Windows CIhaoyuren
@electron/rebuild requires the in-tree node-gyp directly, so the npm_config_node_gyp env override had no effect — force the resolution tree-wide instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-30Fix Windows CI: use latest node-gyp for VS2022 detectionhaoyuren
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-30Cross-platform support: Windows build target and CI release workflowhaoyuren
- Normalize watcher paths to forward slashes (Windows events use backslashes; all sync maps are '/'-keyed), path.delimiter for PATH/TEXINPUTS, dirname() instead of '/'-substring splits, bridge log in os.tmpdir() - Platform-aware TeX search paths (TeX Live / MiKTeX on Windows), terminal shell default (COMSPEC/powershell), native window frame off macOS - electron-builder: NSIS target + win icon + GitHub publish provider - GitHub Actions workflow builds the Windows installer on tag push (node-pty needs MSVC — cannot cross-compile from macOS) and attaches it to the release Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>