Skip to content

docs: clarify when to call flipFuses()#124

Merged
erikian merged 1 commit into
mainfrom
docs/clarify-flipfuses-timing
Jun 28, 2026
Merged

docs: clarify when to call flipFuses()#124
erikian merged 1 commit into
mainfrom
docs/clarify-flipfuses-timing

Conversation

@claude

@claude claude Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Requested by Samuel Attard · Slack thread

The "Via JavaScript" example uses the comment // During your build / package process, which is ambiguous about when in the build the call should happen. This clarifies the timing.

Before: A reader sees the example annotated only with // During your build / package process and has no guidance on whether to flip fuses before or after packaging, or how it relates to code signing.

After: The comment explains that flipFuses() should run after the app has been packaged (all files in place) but before code signing, and points to the natural integration points: an electron-builder afterPack hook or an electron-forge hook.

Closes #61


Generated by Claude Code

Clarify that flipFuses() should run after the app is packaged (all files
in place) but before code signing, and note that it fits naturally in an
electron-builder afterPack hook or an electron-forge hook.

Closes #61
@MarshallOfSound
MarshallOfSound marked this pull request as ready for review June 28, 2026 17:20
@MarshallOfSound
MarshallOfSound requested a review from a team as a code owner June 28, 2026 17:20
@erikian
erikian merged commit c83c88e into main Jun 28, 2026
9 checks passed
@erikian
erikian deleted the docs/clarify-flipfuses-timing branch June 28, 2026 19:06
@electron-npm-package-publisher

Copy link
Copy Markdown

🎉 This PR is included in version 2.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Its not clear where flipFuses() is supposed to be implemented

3 participants