Commit Graph

4 Commits

Author SHA1 Message Date
bigjakk 21e402b9d3 feat(ci): use patched Linux Electron from GitHub release
Build and Release / build-and-release (push) Failing after 3m51s
Rewrite download-electron.js to download both Windows (v42) and
Linux (v43) patched binaries from bigjakk/Electron-Websocket-Fix,
matching KPC's multi-platform approach. On CI, binaries go to
dist-win/ and dist-linux/; locally the current platform replaces
dist/. Both platforms now use the patched Electron.
2026-04-03 18:05:16 -07:00
bigjakk 11b585d409 fix(ci): ensure Linux electron binary, pass electronDist per-platform
Build and Release / build-and-release (push) Failing after 4m8s
electron-nightly may not auto-download the Linux binary on CI.
Add explicit step to trigger download if missing. Pass electronDist
as CLI override per-platform (dist-win for Windows, dist for Linux)
instead of in config. Write path.txt on all platforms like KPC.
2026-04-03 17:45:09 -07:00
bigjakk cf05ce38e1 fix: point Electron download at GitHub release
Build and Release / build-and-release (push) Failing after 4m12s
Download patched Electron from GitHub (bigjakk/Electron-Websocket-Fix)
instead of Gitea. Use direct download URL, no API call needed.
2026-04-03 15:43:13 -07:00
bigjakk aeabddcf3a initial commit
Build and Release / build-and-release (push) Has been cancelled
2026-04-03 15:33:20 -07:00