Installer packager — wraps electron-packager (for the app bundle)
and three platform-specific installer tools:
Windows: electron-wix-msi (requires WiX Toolset 3.x on PATH)
macOS: electron-installer-dmg
Linux: electron-installer-debian
Reads name / version / description / author from package.json so
the installer metadata always tracks the source manifest. Output
lands under dist/<platform>/setup/.
Installer packager — wraps
electron-packager(for the app bundle) and three platform-specific installer tools:electron-wix-msi(requires WiX Toolset 3.x on PATH)electron-installer-dmgelectron-installer-debianReads name / version / description / author from
package.jsonso the installer metadata always tracks the source manifest. Output lands underdist/<platform>/setup/.