You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
fwdillema
changed the title
This is the only process.arch-specific logic that happens when creating the initial dmg
Creating HFS+ DMG using hdutil on Intel Mac fails on OS X 15.2
Jan 14, 2025
fwdillema
changed the title
Creating HFS+ DMG using hdutil on Intel Mac fails on OS X 15.2
Creating HFS+ DMG using hdiutil on Intel Mac fails on OS X 15.2
Jan 14, 2025
Creating the DMG with APFS on Intel Macs does work on OS X 15.2 (AFAIK HFS+ still worked on OS X 15.1). I guess the arch check should be extended with an OS version check to make this correct for all macs.
I wonder if Apple finally sunset support for building HFS+ in the 15.2.
With electron-builder v26 major semver bump, it may be best to drop the arch-specific logic entirely and move to APFS entirely. The warning logged has been present for years.
electron-builder/packages/dmg-builder/src/dmg.ts
Lines 204 to 213 in 59767b0
Re: The volume name, we use
sanitize-filename
under the hood.electron-builder/packages/dmg-builder/src/dmg.ts
Line 45 in 59767b0
electron-builder/packages/app-builder-lib/src/util/filename.ts
Lines 5 to 8 in 59767b0
Originally posted by @mmaietta in #8415 (comment)
The text was updated successfully, but these errors were encountered: