Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 721 Bytes

File metadata and controls

28 lines (19 loc) · 721 Bytes
description
Generate a DMG with Electron Forge to distribute your Electron app on macOS.

DMG

The DMG target builds .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.

{% hint style="warning" %} You can only build the DMG target on macOS machines. {% endhint %}

Configuration options are documented in MakerDMGConfig.

Usage

{
  name: '@electron-forge/maker-dmg',
  config: {
    background: './assets/dmg-background.png',
    format: 'ULFO'
  }
}