electron-builder icon indicating copy to clipboard operation
electron-builder copied to clipboard

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box

Results 359 electron-builder issues
Sort by recently updated
recently updated
newest added

there, I've been working for over 8 hours trying to generate setup and build my ElectronJS application (v18.0.0 mandatory). Here is my package.json : ``` { "name": "appname", "version": "0.0.1",...

Currently the computeSignToolArgs can't work with DigiCert codesign with EV certificates using a USB token ```js const {exec} = require("builder-util") exports.default = async function (configuration) { const timeout = parseInt(process.env.SIGNTOOL_TIMEOUT,...

* **Electron-Builder Version**: 24.13.3 * **Node Version**: 20 * **Electron Version**: 29.3.1 * **Electron Type (current, beta, nightly)**: current * **Target**: x86_64-unknown-linux When your package has a name like `@repo/electron`,...

Encountering 'EBUSY: resource busy or locked' error when using 'asar: false' option in electron-builder 25.0.0-alpha.9. The error mainly occurs in the '@colors' module and downgrading to version 24.13.1 resolves the...

* **Electron-Builder Version**: v24.13.3 * **Node Version**: v18.17.0 * **Electron Version**: 27.1.2 * **Electron Type (current, beta, nightly)**: [6.2.1](https://www.npmjs.com/package/electron-updater/v/6.2.1) * **Target**: I have to use ``` build: { script: "installer.nsi"...

* **Electron-Builder Version**: 24.10.0 * **Node Version**: 18.20.2 * **Electron Version**: 28.0.0 * **Electron Type (current, beta, nightly)**: current * **Target**: NSIS So it seems like due to here: https://github.com/electron-userland/electron-builder/blob/278a3df3c738dbe0d2240f338e901774b7d578c5/packages/app-builder-lib/templates/nsis/uninstaller.nsh#L15-L20...

Hello, I am trying to run `npm run build-mac-publish` in my repo, which runs this command :`electron-builder build --mac --publish always`. When the command runs it fails after signing the...

### The issue lies in the organization and clarity of the electron-builder documentation, as well as the lack of an explanation for the MetadataDirectories type and the purpose of directories....