We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2832f10 commit f131563Copy full SHA for f131563
forge.config.ts
@@ -187,6 +187,7 @@ const config: ForgeConfig = {
187
new MakerDMG({
188
format: 'UDZO',
189
icon: './public/icon.icns', // DMG volume icon (prevents Electron default icon confusion)
190
+ name: 'TalkToFigmaDesktop', // Volume name without spaces to avoid hdiutil issues
191
}, ['darwin']),
192
new MakerZIP({}, ['darwin']),
193
// macOS: PKG for Mac App Store distribution
0 commit comments