Electron-builder project goal is to simplify Electron development and provide easy way to package and build ready for distribution Electron apps. Result that meets high standards. Without compromises. Now electron-builder produces ASAR integrity data as part of build. Because code signing is broken by design on Windows and on macOS doesn't suitable to sign Electron applications. More details.
Bug Fixes
- deployment: latest.yml is completely empty when uploaded to S3 bucket (4b25ca2), closes #1582
- deployment: s3 publisher md5 integrity (b57dc8a)
- tar: fix invalid sym-/hardlink targets in archive (#1614) (b31ebff), closes #1614