fix lost command part
This commit is contained in:
parent
f5ba9c7b2f
commit
96e17b84bf
|
@ -144,6 +144,7 @@ var supportedCDISOCreationCommands []cdISOCreationCommand = []cdISOCreationComma
|
|||
"hdiutil", func(path string, label string, source string, dest string) *exec.Cmd {
|
||||
return exec.Command(
|
||||
path,
|
||||
"makehybrid",
|
||||
"-o", dest,
|
||||
"-hfs",
|
||||
"-joliet",
|
||||
|
|
Loading…
Reference in New Issue