app-builder
app-builder copied to clipboard
Generic helper tool to build app in a distributable format
Currently this package doesn't handle sym links very well and as a result is incompatible with pnpm. https://github.com/electron-userland/electron-builder/issues/6792#issuecomment-1098555140 For pnpm support it would be great if symlinks in node_modules were...
`electron-builder` currently won't upgrade `app-builder`, because the compression modifiers somehow break: https://github.com/electron-userland/electron-builder/pull/6684 As such `electron-builder` is stuck to 4.0.0 and is unable to incorporate other bugfixes such as https://github.com/develar/app-builder/issues/63 (see...
Hi, since Go has added support for Loongarch64 since 1.18, so maybe we could have native build for Linux Loongarch64. You can find a brief introduction about Loongarch [here](https://en.wikipedia.org/wiki/Loongson#LoongArch) if...
Please read more here https://github.com/electron-userland/electron-builder/issues/6880
Addresses the [deprecation warning](http://snapcraft.io/docs/deprecation-notices/dn11): ``` DEPRECATED: The 'push' set of commands have been replaced with 'upload'. See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. ``` Requires the use of Snapcraft 4.0.
Go supports Windows ARM64 since Go 1.17, so it's not possible to create native builds for `app-builder-bin`.
This application is doing a lot of work to invoke prebuild-install correctly, but does not for any other prebuild system. It falls back to relying on either `npm rebuild` or...
I found this issue whilst using electron-builder but it looks as though the issue is actually found in here within app-builder. See [electron-builder issue](https://github.com/electron-userland/electron-builder/issues/6664) for details. When defining [file associations](https://www.electron.build/configuration/configuration#overridable-per-platform-options)...
Closes #42 > @develar I had the same problem as described in #42 with packaged app which had an icon with in the wrong `0x0` directory. This should return the...