Sourced from app-builder-lib's releases.
22.10.5
We have a new maintainer — welcome Mike Maietta (
@mmaietta)!electron-updater 4.3.8 contains fix for #5595. This version is a pre-release.
Bug Fixes
- Look for the Amazon cred header to remove auth header (#5594) (46a8840)
- mac: fix "Contents/Info.plist" don't have identical SHAs when creating a universal build (#5550) (0ba839b)
- updating nsis script to properly identify arm64 vs x64 vs ia32 package files within universal installers. (#5558) (60f7fe3)
- mac: Allow arm64 macs to update to x64 version if no arm64 version available (#5524) (dc5c2f8)
- mac: Pass platformName and options in doPack (#5511) (f78e3f4)
- mac: Workaround for hdiutil randomly failing (#5431) (#5464) (53270cf)
- binary detection signing (#5493) (a6e86b5), closes #5465
- ci-tests (#5523) (ced6e50)
Features
- electron-updater: follow
autoInstallOnAppQuit = falseon macOS (#5271) (1643d56)- add support for executableName to non-Linux Platforms (#5409) (106b680)
- Custom electronDist callback (#5527) (4f4e018)
- macOS default architecture (#5495) (#5504) (5203d7e)
22.10.4
Bug Fixes
Features
Reverts
22.10.3
Bug Fixes
- signing of playwright (#5451) (5075068)
- dmg: new version of mac_alias (#5460) (a8acb58)
- compiler error and test updates (#5449) (0dec1b8)
- AppImage: Add default argument --no-sandbox (#4496) (ede6d50)
- linux: Linux icon is not set if path is not explicitly defined in config (#5385) (9fd950b)
- nsis: cs locale typos in messages (#5358) (0fb69b5)
- codesign all binary-like files (#5322) (27ea1b2)
... (truncated)
7994029 Cannot read property 'log' of undefined (#5622)1643d56 feat(electron-updater): follow autoInstallOnAppQuit = false on macOS (#5271)0360cd1 chore(build-utils): remove unreachable useless statement in createMessage (https://github.com/facebook/flipper/issues/5...c348e31 Add "open" guard for AsarUtil to fix concurrent builds (#5567)11aa06c Detect CI tag for Bitbucket pipelines8decc18 (fix) master branch depCheck + tests (#5630)46a8840 fix: Look for the Amazon cred header to remove auth header (#5594)0ba839b fix(mac): fix "Contents/Info.plist" don't have identical SHAs when creating a...60f7fe3 fix: updating nsis script to properly identify arm64 vs x64 vs ia32 package f...5de0db9 chore: lint