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 328 electron-builder issues
Sort by recently updated
recently updated
newest added

* **Electron-Builder Version**: 23.4.0 * **Node Version**: v16.16.0 * **Electron Version**: 19.0.12 * **Electron Type (current, beta, nightly)**: current * **Target**: linux, mac Using Electron Forge and Electron Builder to...

* **Electron-Builder Version**: 23.3.3 * **Node Version**: v16.15.1 * **Electron Version**: 19.0.8 * **Electron Type (current, beta, nightly)**: current * **Target**: Windows After assigning the "sign" option for the windows...

windows
nsis

* **Electron-Builder Version**: 23.3.3 * **Node Version**: v8.7.0 * **Electron Version**:20.0.1 * **Electron Type (current, beta, nightly)**:current * **Target**: all in github actions, electron-builder can't get current tag. `onTag` and...

electron-publish
readme

* **Electron-Builder Version**: * **Node Version**: * **Electron Version**: * **Electron Type (current, beta, nightly)**: * **Target**:

* **Electron-Builder Version**: 23.0.3 * **Node Version**: 16.x * **Electron Version**: 18.2.3 * **Electron Type (current, beta, nightly)**: current * **Target**: mac Since adding pictures via `` tag does not...

Hey folks! One of the maintainers for electron-builder here. Looking for feedback on my Draft PR for deb and rpm auto-updates. I've gotten it to work with various VMs on...

help wanted
linux
electron-updater
electron-publish

https://github.com/electron-userland/electron-builder/blob/94982619c1c2131918171ae61dc676c77d6d769f/packages/electron-updater/src/BaseUpdater.ts#L20 windows 11 "electron": "^20.0.2" "electron-builder": "23.3.3" "electron-updater": "5.2.1" `// this.app.quit() ` The installer can be called up normally after the annotation

windows

原因 用户名中文名导致的 解决办法: 希望官方加上: args.push("-INPUTCHARSET", "UTF8"); 打开 node_module/app-builder-lib/out/targets/nsis/NsisTarget.js文件,在 executeMakensis 方法中加入我们所需的参数。 //node_module/app-builder-lib/out/targets/nsis/NsisTarget.js async executeMakensis(defines, commands, script) { const args = this.options.warningsAsErrors === false ? [] : ["-WX"]; //此处新增 这里很重要 args.push("-INPUTCHARSET", "UTF8");...

nsis

* **Electron-Builder Version**: 24.9.1 * **Node Version**: 20.1.0 * **Electron Version**: 28.2.1 * **Electron Type (current, beta, nightly)**: current * **Target**: macOS When moving from Yarn 1 to Yarn 3...

I wonder if this is already possible and I'm overlooking it, or otherwise if there's any interest in adding it? PS: I know this would be better suited as a...