github electron-userland/electron-builder builder-util@23.0.0-alpha.0

latest releases: v25.0.0-alpha.7, v25.0.0-alpha.6, v25.0.0-alpha.5...
pre-release2 years ago

Major Changes

  • #6556 a138a86f Thanks @mmaietta! - Breaking changes
    Removing Bintray support since it was sunset. Ref: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
    Fail-fast for windows signature verification failures. Adding -LiteralPath to update file path to disregard injected wildcards
    Force strip path separators for backslashes on Windows during update process
    Force authentication for local mac squirrel update server

    Fixes:
    fix(nsis): Adding --INPUTCHARSET to makensis. (#4898 #6232 #6259)

    Adding additional details to error console logging

  • #6556 a138a86f Thanks @mmaietta! - Default to LZO compression for snap packages.
    This greatly improves cold startup performance (https://snapcraft.io/blog/why-lzo-was-chosen-as-the-new-compression-method).
    LZO has already been adopted by most desktop-oriented snaps outside of the Electron realm.

    For the rare case where developers prefer a smaller file size (XZ) to vastly improved decompression performance (LZO), provided an option to override the default compression method.

    Consumers do not need to update their configuration unless they specifically want to stick to XZ compression.

Patch Changes

  • Updated dependencies [a138a86f]:
    • builder-util-runtime@9.0.0-alpha.0

Don't miss a new electron-builder release

NewReleases is sending notifications on new releases.