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

@develar @mmaietta @renovate-bot The autoUpdater functionality provided by electron-updater operates effectively for the initial 3 to 4 update attempts only. Here's the sequence of events: Initially, the autoUpdater identifies an...

* **Electron-Builder Version**: ^23.6.0 * **Node Version**: v18.15.0 * **Electron Version**:"^23.2.1" * ** Electron-Updater version** : ^5.3.0 * **Target**: Win Hello, my auto-updater was functioning perfectly. However, after making changes...

* **Electron-Builder Version**: 24.9.4 * **Node Version**: 14.21.3 * **Electron Version**: 25.9.5 * **Electron Type (current, beta, nightly)**: current * **Target**: When I try to run the electron app, I...

Stale

* **Electron-Builder Version**: ^24.6.4 * **Node Version**: >=18 * **Electron Version**: ^26.2.1 * **Electron Type (current, beta, nightly)**: * **Target**: Ubuntu arm64 I can not open the AppImage on Ubuntu...

Stale

* **Electron-Builder Version**: 24.9.1 * **Node Version**: v20.5.0 * **Electron Version**: 28.1.0 * **Electron Type (current, beta, nightly)**: current Version of electron-updater: 6.1.7 * **Target**: Windows In draw.io, we are...

Stale

Here is my code for doing updates: ``` autoUpdater.on('update-downloaded', (info) => { try { dialog.showMessageBox({ type: 'question', buttons: ['Install and Restart', 'Later'], defaultId: 0, message: 'A new update for Glitch...

* **Electron-Builder Version**: 24.9.1 * **Node Version**: 18.15.0 * **Electron Version**: 25.9.8 * **Electron Type (current, beta, nightly)**: current * **Target**: dir, nsis, ect when set ``` "asarUnpack": [ "**/*.node",...

It fails halfway through the update, and various approaches have been tried many times ![img_v2_958f09ae-9ae1-476d-a703-3f85e997b69g](https://github.com/electron-userland/electron-builder/assets/46671582/3bdad896-afb7-4acc-95a6-69351329dbdb) ![img_v2_4cfeb187-a0af-4d20-b2e9-6038f7ebcb1g](https://github.com/electron-userland/electron-builder/assets/46671582/bb0b280b-cb84-4f7d-84db-24945fdffdbf) ![img_v2_3ad29b3b-13db-4474-a964-5edc0af487eg](https://github.com/electron-userland/electron-builder/assets/46671582/3943abb2-a86b-4e88-990f-b2524b16e0da) ``` "devDependencies": { "electron": "^27.0.3", "electron-builder": "^24.6.4", }, "dependencies": { "electron-builder-squirrel-windows": "^24.8.0", "electron-log":...

* **Electron-Builder Version**: 24.6.3 * **Node Version**: * **Electron Version**: 25.0.1 * **Electron Type (current, beta, nightly)**: current * **Target**: nsis, portable My package.json has the following config ``` "win":...

**Enhancement Request:** The ability to specify `extraMetadata` in any of the top level targets. For example `snap.extraMetadata` would be considered a valid config options. **Explanation:** This would allow overriding certain...

snap