dmg
You can only build the DMG target on macOS machines.
Requirements
appdmg
Run the following command
npm install -g appdmgUsage
Add make_config.yaml to your project macos/packaging/dmg directory.
yaml
title: hello_world
contents:
- x: 448
y: 344
type: link
path: '/Applications'
- x: 192
y: 344
type: file
path: hello_world.appRun:
fastforge package --platform macos --targets dmg