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

``` $: /Users/tester/development/app-builder-bin/mac/app-builder node-dep-tree --dir=/Users/tester/Desktop/test-app-builder/app • unresolved deps nodeModuleDir=/Users/tester/Desktop/test-app-builder/node_modules round=0 unresolved=object-keys • unresolved deps nodeModuleDir=/Users/tester/Desktop/test-app-builder/node_modules round=0 unresolved=browserify-optional • unresolved deps nodeModuleDir=/Users/tester/Desktop/test-app-builder/node_modules round=0 unresolved=through • unresolved deps nodeModuleDir=/Users/tester/Desktop/test-app-builder/node_modules round=0 unresolved=esprima •...

After update from `4.1.0` to `4.2.0` I faced `Permission denied` Looks like binaries do not have an execute permission by default after `fs.chmodSync(appBuilderPath, '755')` or `sudo chmod +x` it works...

See here for context: https://github.com/ferdium/ferdium-app/issues/1062

Stale

Snap's extra-app options were parsed after the user-provided options making impossible for an user to override a parameter. This is not what should happen as users provided parameters should always...

The file [`.last_revision`](https://github.com/develar/app-builder/blob/master/pkg/package-format/snap/desktop-scripts/desktop-init.sh#L10) is stored under `$SNAP_USER_DATA` (revision specific), that is supposed to store the number of the revision. Only if the content of the file changed (which normally cannot...

Stale

I found an issue where an electron project which happened to be inside another nodejs project was bundling dependencies from the parent directory unnecessarily https://github.com/electron-userland/electron-builder/issues/7745 This appears to be happening...

It fixed the path if the packages contain CLI binaries, causing pnpm/yarn to have a different folder structure than normal packages. - normal package: - `node_modules/axios` -> `node_modules/.pnpm/[email protected]/node_modules` - package...

Hi, Thanks for maintaining this project. I am using the latest app-builder built from the master branch. I encountered the following error when building element-desktop on both x64 and riscv64...

Currently a very old fpm version will be fetched. Also missing is an arm64/aarch64 binary. See https://github.com/signalapp/Signal-Desktop/issues/6063#issuecomment-1307001166 Code: https://github.com/develar/app-builder/blob/4e2aa6a12e2bc3d31ec0d01d661fb3a4d65248ff/pkg/download/tool.go#L17-L28

Stale

I've packaged this for Gentoo Linux and I'm using it on ppc64le. Works well and I'd like add explicit support in the Makefile so the binary won't end up into...