Skip to content

Releases: LumenStorm/OrisonSpace

0.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 07:01
v0.3.0

Release v0.3.0

0.2.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 12:06
v0.2.1

Release v0.2.1: 三平台构建(Windows / macOS / Linux)

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>