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

This is an issue that impacts electron-builder for arm64 Apple Silicon macs. Tested on v22.10.5 Using app-builder to generate .node files does not assemble them for the correct process architecture....

I have the following `~/.config/user-dirs.dirs` file in my home directory: ``` XDG_DESKTOP_DIR="$HOME/Desktop" XDG_DOCUMENTS_DIR="/media/Shared storage/Documents" XDG_DOWNLOAD_DIR="/media/Shared storage/Downloads" XDG_MUSIC_DIR="$HOME/Music" XDG_PICTURES_DIR="/media/Shared storage/Pictures" XDG_PUBLICSHARE_DIR="$HOME/Public" XDG_TEMPLATES_DIR="$HOME/Templates" XDG_VIDEOS_DIR="/media/Shared storage/Videos" ``` When I install an app built...

I don't know GO lang but I tried to read the code, and from what I understood is that the value of `hasPrebuildInstall` will be true if there is a...

* electron-builder: ^20.28.4 * Target: Windows 7 x64 * electron 2.0.11 * webpack 4.15.1 * @babel/core 6.26.3 ``` • electron-builder version=20.28.4 • loaded configuration file=package.json ("build" field) • writing effective...

(With apologies: I'm cross-posting this from https://github.com/electron-userland/electron-builder/issues/4931. It's not clear which package is at fault.) * **Electron Version**: `8.2.5` * **Electron Type (current, beta, nightly)**: current * **`electron-builder` version**: `22.6.0`...

https://github.com/develar/app-builder/blob/1cceb8fd6fe68955cecb96fb48259087980cd826/pkg/icons/icon-converter.go#L187 When Electron Builder is given a single PNG source icon and [calls `app-builder-bin`](https://github.com/electron-userland/electron-builder/blob/39faac55ff669a0db2c4cae7e954b1252ed9c404/packages/app-builder-lib/src/platformPackager.ts#L583), it outputs `"size": 0`, likely because of [this line](https://github.com/develar/app-builder/blob/1cceb8fd6fe68955cecb96fb48259087980cd826/pkg/icons/icon-converter.go#L187), which is causing [electron builder to put...

I'm using electron-builder to create ZIP files, which uses app-builder internally. Specifically, it calls app-builder with the "blockmap" and "deflate" options and no output file. Sometimes when I run command-line...

I'm using app-builder (via electron-builder) so I'm not sure where to submit a bug request. I'm behind a corporate firewall using self-signed certificates. Is there a way to pass in...

It would be awesome to have `mac/icns` behaviour extended to another targets. User may provide single source image: * `.svg` - recommended format. * `.png` - minimum as 256x256 px...

**error** ![image](https://user-images.githubusercontent.com/21106029/71704696-d96a4500-2e16-11ea-98cf-7156f39bb075.png) ![image](https://user-images.githubusercontent.com/21106029/71704911-e471a500-2e17-11ea-8638-609d5ff5fcea.png) **environment** node: 12.14 wine: wine-4.0.3 linux: redhat 7.3 **recurrence** ``` git clone https://github.com/electron/electron-quick-start demo cd demo yarn yarn add -D electron-builder ``` then add `build :"electron-builder --win...