electron / universal

Create Universal macOS applications from two x64 and arm64 Electron applications
MIT License
112 stars 43 forks source link

fix: use setEncoding() and read() for crypto.createHash instead of digest() #11

Closed NielsLeenheer closed 3 years ago

NielsLeenheer commented 3 years ago

The digest() function seems unreliable when used together with streams, causing it to sometimes give back no hash.

electron-bot commented 3 years ago

:tada: This PR is included in version 1.0.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: