How to use appdmg in Cake-build? #4078
Unanswered
anoopvaidya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before macOS12, the cake-build was able to execute appdmg tool to generate dmgs. But it stopped working.
I use
StartProcess("appdmg");
and I get the following error. While I runappdmg
directly from Terminal and it works.I am not sure if I need to use/import something for this. Please guide me about this.
Beta Was this translation helpful? Give feedback.
All reactions