feat: update DMG configuration to use UDZO format and add additional options

This commit is contained in:
Илья Глазунов 2026-02-20 23:53:12 +03:00
parent b1d9130b50
commit b6560f3c6c

View File

@ -48,8 +48,17 @@ module.exports = {
name: "@electron-forge/maker-dmg",
platforms: ["darwin"],
config: {
format: "UDZO",
icon: "src/assets/logo.icns",
}
additionalDMGOptions: {
window: {
size: {
width: 660,
height: 400,
},
},
},
},
},
{
name: "@reforged/maker-appimage",