Skip to content

Commit

Permalink
Merge pull request paolo-projects#2 from shelaf/patch
Browse files Browse the repository at this point in the history
Fix darwinPre15 url.
  • Loading branch information
paolo-projects authored Oct 7, 2019
2 parents 71028b0 + 2ad2325 commit 79a0b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gettools.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def main():
lastVersion = parser.HTMLDATA[-1]

urlpost15 = url + lastVersion + '/packages/com.vmware.fusion.tools.darwin.zip.tar'
urlpre15 = url + lastVersion + parser.HTMLDATA[-1] + '/packages/com.vmware.fusion.tools.darwinPre15.zip.tar'
urlpre15 = url + lastVersion + '/packages/com.vmware.fusion.tools.darwinPre15.zip.tar'
parser.clean()

# Download the darwin.iso tgz file
Expand Down

0 comments on commit 79a0b3c

Please sign in to comment.