Skip to content

Commit bafcff6

Browse files
author
JooHyung Park
committed
[ai-assisted] fix: change DMG format from ULFO to UDZO to prevent corrupted disk image in CI
Made-with: Cursor
1 parent 954c660 commit bafcff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const config: ForgeConfig = {
185185
makers: [
186186
// macOS: DMG (primary) and ZIP (backup/CI) for Developer ID distribution
187187
new MakerDMG({
188-
format: 'ULFO',
188+
format: 'UDZO',
189189
icon: './public/icon.icns', // DMG volume icon (prevents Electron default icon confusion)
190190
}, ['darwin']),
191191
new MakerZIP({}, ['darwin']),

0 commit comments

Comments
 (0)