app-builder
app-builder copied to clipboard
Generic helper tool to build app in a distributable format
Can you confirm the safety of the package following the recent vulnerability involving the `xz` backdoor (`liblzma`, `xz`, or `libarchive`)? Last week, I opened a ticket on `electron-builder` (https://github.com/electron-userland/electron-builder/issues/8161) asking...
* **App-builder Version**: 3.5.10 * **Node Version**: v18.19.0 * **npm Version** : 10.2.3 * **Electron-Builder Version**: 24.9.1 Ran into difficulties to build an electron app because npm ci hoist dependencies...
It seems that `yarn run install` was a way of forcing yarn to run install scripts and rebuild the module in Yarn 1.  However, in Yarn 3, it seems...
I'm using electron-builder to generate the AppImage and found this package is used for that. When running my app with npm start it can find java from the env var...
Currently it is impossible to customize the directory part of the URL when downloading `winCodeSign-[version].7z` for example This line needs to be changed so we can specify a custom value...
I previously filed this bug with electron builder, but the issue was with app-builder. Electron-Builder Version: ^24.13.3 Node Version: 10.7.0 Electron Version: Electron Type (current, beta, nightly): 26.0.0 Target: windows...
Symlink resolution behavior introduced in 189519a8292f939d9e5d3b47c6407444fee70334 breaks yarn workspaces. Yarn tends to symlink things around when it comes to workspaces, so using any version after v5.0.0-alpha.3 results in an error...
During creation of appimage in windows system is used os.Symlink . Unfortunately this requires admin rights on Windows without developer mode: https://github.com/coreybutler/nvm-windows/wiki/Common-Issues#permissions-exit-1-exit-5-access-denied-exit-145 Maybe it would be nice to add some...
Fixes: https://github.com/electron-userland/electron-builder/issues/8420
fix https://github.com/electron-userland/electron-builder/issues/8149 If the extraction fails,and if it is on Windows and the issue is that symbolic link files cannot be created,simply use the 7zip library in Go to extract...