Skip to content

Release v0.4.0 alpha#970

Merged
su8su merged 16 commits intomainfrom
release/v0.4.0_tag_commit
May 3, 2026
Merged

Release v0.4.0 alpha#970
su8su merged 16 commits intomainfrom
release/v0.4.0_tag_commit

Conversation

@su8su
Copy link
Copy Markdown
Contributor

@su8su su8su commented May 3, 2026

No description provided.

@su8su su8su changed the title Release/v0.4.0 tag commit Release v0.4.0 alpha May 3, 2026
Copy link
Copy Markdown
Contributor

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 464fd1f08a

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +32 to +36
return spawn(ELECTRON_BUILDER_BIN, args, {
cwd: ROOT,
stdio: 'inherit',
env: process.env,
shell: process.platform === 'win32',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Quote Windows electron-builder command before shell spawn

When process.platform === 'win32', this calls spawn(ELECTRON_BUILDER_BIN, args, { shell: true }) with an unquoted absolute .cmd path. Under Windows shells, .cmd invocations with spaces in the script path (for example, a checkout under C:\Users\First Last\...) are tokenized by cmd.exe and fail to execute, so package:win/release can break on common developer machines. Node’s child_process guidance for .cmd with shell: true requires quoting the command path; otherwise builds can fail before electron-builder starts.

Useful? React with 👍 / 👎.

@su8su su8su merged commit 0c10c72 into main May 3, 2026
13 checks passed
@su8su su8su deleted the release/v0.4.0_tag_commit branch May 3, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants