mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 08:36:35 +03:00
* fix: read Electron version from file instead of launching binary (#371) --doctor hung because launching the Electron binary to get its version spawns the full app, which ignores SIGPIPE and never exits. Read the version file next to the binary instead — instant and reliable. Co-Authored-By: Claude <claude@anthropic.com> * style: extract _electron_version helper to deduplicate version reading Both the bundled and system Electron code paths performed the same version-file lookup inline. Extract to a shared helper for clarity. Co-Authored-By: Claude <claude@anthropic.com> --------- Co-authored-by: Claude <claude@anthropic.com>