DMG
Generate a DMG with Electron Forge to distribute your Electron app on macOS.
The DMG target builds Apple Disk Image (.dmg
) files, which are the standard format for sharing macOS apps. The DMG acts like a ZIP file, but provides an easy way for users to take the app and put it in the /Applications
directory.
Requirements
You can only build the DMG target on macOS machines.
Installation
Usage
To use @electron-forge/maker-dmg
, add it to the makers
array in your Forge configuration:
forge.config.js
Configuration options are documented in MakerDMGConfig
.
Debugging
For advanced debug logging for this maker, add the DEBUG=electron-installer-dmg*
environment variable.
Last updated