Files
claude-desktop-debian/scripts
Aaddrick 42aec29a3e fix: read Electron version from file instead of launching binary (#381)
* 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>
2026-04-04 09:15:45 -04:00
..