electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.61k stars 1.74k forks source link

Build with mac M1 #8169

Closed SabatoRusso closed 4 months ago

SabatoRusso commented 5 months ago

when build with mac M1 I have this warning: Detected arm64 process, HFS+ is unavailable. Creating dmg with APFS - supports Mac OSX 10.12+

mmaietta commented 4 months ago

That's not a bug. Historically, electron-builder built dmg's as HFS+, since this is no longer available via hdiutil, this log message is alerting that the dmg will have a minimum OS version of 10.12 to be used