Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 13:58
fix(release): drop custom electronDist so CI packs clean electron dist

The explicit electronDist=node_modules/electron/dist made electron-builder
deep-copy pnpm's symlinked store as the Electron distribution. On CI runners
that copy dropped electron.exe, so the productName rename failed with ENOENT.
Removing it lets electron-builder fetch/unpack the detected electron version
from its own cache (the standard, pnpm-safe path). Also add shell
description/author to silence packaging metadata warnings.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>