Fixed download url
This commit is contained in:
@@ -36,7 +36,7 @@ def downloadImagemagick():
|
||||
if not os.path.isfile(getImagemagickExe()):
|
||||
print("ImageMagick does not exist. Downloading now...")
|
||||
if(os.name == "nt"):
|
||||
urllib.request.urlretrieve ("https://imagemagick.org/download/binaries/ImageMagick-7.0.8-14-portable-Q16-x64.zip", "imagemagick.zip")
|
||||
urllib.request.urlretrieve ("https://imagemagick.org/download/binaries/ImageMagick-7.0.8-15-portable-Q16-x64.zip", "imagemagick.zip")
|
||||
zipfile.ZipFile("imagemagick.zip","r").extractall(getImagemagickPath())
|
||||
os.remove("imagemagick.zip")
|
||||
elif(sys.platform == "darwin"):
|
||||
|
||||
Reference in New Issue
Block a user