跳转到内容

dmg

你只能在 macOS 机器上构建 DMG 目标。

必要条件

  • appdmg

运行以下命令

npm install -g appdmg

用法

make_config.yaml 添加到你的项目 macos/packaging/dmg 目录。

yaml
title: hello_world
contents:
  - x: 448
    y: 344
    type: link
    path: '/Applications'
  - x: 192
    y: 344
    type: file
    path: hello_world.app

运行:

fastforge package --platform macos --targets dmg

相关链接

基于 MIT 许可发布