Remove EFI firmware tools

This commit is contained in:
I049299 2015-10-10 08:53:09 +01:00
parent d59b8ab3b2
commit 08c944b9d9
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -81,7 +81,7 @@ def main():
parser.clean()
# Download the darwin.iso tgz file
urllib.urlretrieve(url, 'tools/com.vmware.fusion.tools.darwin.zip.tar')
urllib.urlretrieve(url, convertPath(dir + '/tools/com.vmware.fusion.tools.darwin.zip.tar'))
# Extract the tar to zip
tar = tarfile.open(convertPath(dir + '/tools/com.vmware.fusion.tools.darwin.zip.tar'), 'r')