如何从 Windows 更新 DMG 文件
就像彼得寻找解决方案 自动创建 ISO 文件,我正在寻找一种解决方案,允许我更新最初在 Mac 上创建的压缩 DMG 文件的内容。
我知道有几种工具可以让我在 Windows 下打开 DMG 文件(例如 7-Zip或 TransMac),但它们似乎无法更新压缩包的内容DMG 文件。此外,我确实需要能够通过我的构建脚本来执行此操作,这些脚本必须在 Windows 上运行。
注意:我已阅读米歇尔的问题(如何在非 Mac 平台上构建 DMG Mac OS X 文件),但这并不能解决压缩 DMG 文件的更新。
我怎样才能完全自动化我的构建?
如果我无法在 Windows 上处理此问题,是否有某种方法可以在 Mac 上编写此脚本,然后从 Windows 计算机远程启动该脚本,以便直接在 Mac 上更新 DMG,而无需人工干预?对我来说,在 Mac 内的 VMware 或 Parallels 上运行构建服务器是可能的,如果这可以简化远程处理部分......
Just like Peter who looked for a solution to automate the creation of an ISO file, I am looking for a solution which would allow me to update the contents of a compressed DMG file, originally created on a Mac.
I am aware of several tools which allow me to open a DMG file under Windows (for instance 7-Zip or TransMac), but they don't seem to be able to update the contents of a compressed DMG file. And moreover, I really need to be able to do this from my build scripts, which have to run on Windows.
Note: I've read Michele's question (How to build a DMG Mac OS X file on a non-Mac platform) but this does not solve the updating of a compressed DMG file.
How could I fully automate my build?
If I cannot handle this on Windows, is there maybe some way to script this on a Mac, and then remotely launch the script from a Windows machine, in order to update the DMG directly on the Mac without human intervention? Running the build server on VMware or Parallels, inside a Mac, is possible for me, if this eases the remoting part...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我的环境中,我为每次重建从头开始创建一个新的 DMG。我同意 https://stackoverflow.com/users/27631/sherm-pendley
On my environment, I create from scratch a new DMG for every rebuild. I agree with https://stackoverflow.com/users/27631/sherm-pendley