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

Generic helper tool to build app in a distributable format

Results 50 app-builder issues
Sort by recently updated
recently updated
newest added

Electron app is throwing vulnerabilities for the `go` version 1.16.5 on paths: - node_modules/app-builder-bin/linux/x64/app-builder - node_modules/app-builder-bin/linux/ia32/app-builder - node_modules/app-builder-bin/linux/arm64/app-builder - node_modules/app-builder-bin/linux/arm/app-builder electron version : "12.2.3" electron-builder version: "22.14.5" builder-util version: "22.14.5"...

In my project, we have a strict proxy configuration. app-builder (used via electron-builder) needs to download some elements to do its job, and for this it must use the proxy....

After debugging why our app was not auto updating after getting a new code signing certificate I discovered the Subject's name that is then used as the Publisher-Name was not...

I found what may be the same crash reported in electron-userland/electron-builder#5844 I recently changed my app's macos icon (the build works and the icon displays correctly), and now when I...

While app-builder successfully builds and runs on Apple Silicon, npm module app-builder-bin won't run out-of-the-box because it compiled only for Intel.

Hi 👋 I'm seeing frequent errors when using this lib (via electron-builder) in Github Actions. Strangely, the Linux (Ubuntu) build almost never fails but the Windows and Mac builds fail...

* electron-builder 22.11.7 * electron 13.1.2 * Node.js v14.17.0 ## Target * **ARM64 - Raspberry Pi**: Building my Electron app inside a RaspberryPi 4 ARM64 it fails while copying and/or...

On Windows with Windows Defender enabled (the default behavior), download-artifact always fails with the error below: ``` cannot move downloaded into final location (another process downloaded faster?) path=xxx\winCodeSign\winCodeSign-2.6.0 tempFile=xxx\winCodeSign\087033947 error=rename...

Running with ![image](https://user-images.githubusercontent.com/16867443/119994580-b6f04300-bf9a-11eb-98e4-98b68c993cc2.png) leads to ![image](https://user-images.githubusercontent.com/16867443/119995784-f3706e80-bf9b-11eb-8179-3298915def10.png) Notice the "middle URL" is `12.0.9` however the link on GitHub is https://github.com/electron/electron/releases/download/v12.0.9/electron-v12.0.9-win32-x64.zip **Notice the `v12.0.9`** Change my ENV to ![image](https://user-images.githubusercontent.com/16867443/119995304-71804580-bf9b-11eb-94e2-1cf7c9c6a1a7.png) Allows app-builder build...

Currently, the binary shipped in `app-builder-bin` is only built for x86_64, would it be possible to have it be a universal binary with support for arm64 as well? ```sh $...