A-Star100

#51982: docs: clarify the way electron is downloaded in faq

Merged
Created: Jun 12, 2026, 5:08:48 PM
Merged: Jun 15, 2026, 9:15:50 AM
4 comments
Target: main

Description of Change

ever since the postinstall script was deprecated the FAQ still mentioned that the postinstall script was used for binary downloads, so cleared that up and mentioned the new dynamic download approach instead :D

Checklist

Release Notes

Notes: none

Backports

42-x-y
In-flight
PR Number
#51998
Waiting to be merged
43-x-y
In-flight
PR Number
#51997
Waiting to be merged

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron