fix lost command part

This commit is contained in:
Megan Marsh 2020-09-14 12:42:11 -07:00
parent f5ba9c7b2f
commit 96e17b84bf
1 changed files with 1 additions and 0 deletions

View File

@ -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",