From 7297f7c339186f8af50f4f0ed3734e4ad4b47aed Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Thu, 30 Jul 2026 09:00:55 +0800 Subject: Cross-platform support: Windows build target and CI release workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- resources/icon.png | Bin 0 -> 34710 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 resources/icon.png (limited to 'resources/icon.png') diff --git a/resources/icon.png b/resources/icon.png new file mode 100644 index 0000000..a3762f0 Binary files /dev/null and b/resources/icon.png differ -- cgit v1.2.3