问题描述
就像彼得一样,他正在寻找文件,我正在寻找一种解决方案,该解决方案将允许我更新最初在Mac上创建的DMG压缩文件的内容.
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.
我知道有几种工具可以让我在Windows下打开DMG文件(例如 7-Zip 或 TransMac ),但它们似乎无法更新内容压缩的DMG文件.而且,我真的需要能够从必须在Windows上运行的构建脚本中执行此操作.
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.
注意:我已经阅读了米歇尔(Michele)的问题(),但这不能解决压缩DMG文件的更新问题.
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?
如果我无法在Windows上处理此问题,是否有某种方法可以在Mac上编写此脚本,然后从Windows机器远程启动该脚本,以便直接在Mac上更新DMG,而无需人工干预?我可以在Mac上的VMware或Parallels上运行构建服务器,如果这可以简化 remoting 部分...
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...
推荐答案
在我的环境中,我从头开始为每次重建创建一个新的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
这篇关于如何从Windows更新DMG文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!