Skip to content

Commit f131563

Browse files
author
JooHyung Park
committed
[ai-assisted] fix: DMG volume name without spaces for Node.js 20 compatibility
1 parent 2832f10 commit f131563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

forge.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ const config: ForgeConfig = {
187187
new MakerDMG({
188188
format: 'UDZO',
189189
icon: './public/icon.icns', // DMG volume icon (prevents Electron default icon confusion)
190+
name: 'TalkToFigmaDesktop', // Volume name without spaces to avoid hdiutil issues
190191
}, ['darwin']),
191192
new MakerZIP({}, ['darwin']),
192193
// macOS: PKG for Mac App Store distribution

0 commit comments

Comments
 (0)