Skip to content

Commit a476a31

Browse files
JasonWarrenUKclaude
andcommitted
feat(build): add DMG maker for macOS builds
Configure electron-forge to generate DMG files for macOS distribution using ULFO format (universal flash-optimized) for better compression and compatibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent f1acfb5 commit a476a31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

forge.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ module.exports = {
99
rebuildConfig: {},
1010
makers: [
1111
{
12-
name: "@electron-forge/maker-zip",
12+
name: "@electron-forge/maker-dmg",
1313
platforms: ["darwin"],
14+
config: {
15+
format: "ULFO",
16+
},
1417
},
1518
{
1619
name: "@electron-forge/maker-zip",

0 commit comments

Comments
 (0)