DMG
Generate a DMG with Electron Forge to distribute your Electron app on macOS.
Requirements
Installation
npm install --save-dev @electron-forge/maker-dmgUsage
module.exports = {
makers: [
{
name: '@electron-forge/maker-dmg',
config: {
background: './assets/dmg-background.png',
format: 'ULFO'
}
}
]
};Debugging
Last updated
Was this helpful?