You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trust artifact presence over electron-builder exit status
electron-builder 26.x exits 1 during post-build publish metadata when
no publish config is set, even though the .dmg/.exe/.AppImage is already
written to disk. Under processx::run this surfaced as misleading "build
failed" output next to the real "Successfully built" line. Generated npm
scripts now pass --publish never, and build_for_platforms falls back to
checking dist/ for platform artifacts when the exit status is non-zero.
0 commit comments