feat: update DMG configuration to use UDZO format and add additional options
This commit is contained in:
parent
b1d9130b50
commit
b6560f3c6c
@ -48,8 +48,17 @@ module.exports = {
|
|||||||
name: "@electron-forge/maker-dmg",
|
name: "@electron-forge/maker-dmg",
|
||||||
platforms: ["darwin"],
|
platforms: ["darwin"],
|
||||||
config: {
|
config: {
|
||||||
|
format: "UDZO",
|
||||||
icon: "src/assets/logo.icns",
|
icon: "src/assets/logo.icns",
|
||||||
}
|
additionalDMGOptions: {
|
||||||
|
window: {
|
||||||
|
size: {
|
||||||
|
width: 660,
|
||||||
|
height: 400,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "@reforged/maker-appimage",
|
name: "@reforged/maker-appimage",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user