Skip to content
Snippets Groups Projects
Commit 3fb47a82 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

OPEN-347: Remove ineffective, disabled 'hdiutil internet-enable'.

macOS Catalina no longer even recognizes that subcommand. Remove it.
parent 33821bd5
No related branches found
No related tags found
No related merge requests found
......@@ -1370,7 +1370,6 @@ def package_finish(self):
print "Converting temp disk image to final disk image"
self.run_command(['hdiutil', 'convert', sparsename, '-format', 'UDZO',
'-imagekey', 'zlib-level=9', '-o', finalname])
self.run_command(['hdiutil', 'internet-enable', '-yes', finalname])
# get rid of the temp file
self.package_file = finalname
self.remove(sparsename)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment