Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要构建一个 mac 应用程序的 dmg 安装程序。听说可以通过苹果脚本实现。任何人都可以帮助如何轻松完成这项工作。我也不知道 Apple Script。
提前致谢
使用hdiutil命令创建 dmg。
hdiutil
hdiutil 使用 DiskImages 框架来操作磁盘映像。常见动词包括附加、分离、验证、创建、转换、压缩和刻录。
hdiutil create -ov -srcfolder source applicationName.dmg
看看如何使用命令行工具为 Mac OS X 创建漂亮的 DMG?