Merge pull request #4470 from radarhere/ghostscript

Updated Ghostscript to 9.51
This commit is contained in:
Hugo van Kemenade 2020-03-12 21:28:44 +02:00 committed by GitHub
commit ca00126e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,9 +52,9 @@ install:
c:\pillow\winbuild\build_deps.cmd
$host.SetShouldExit(0)
}
- curl -fsSL -o gs950.exe https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs950/gs950w32.exe
- gs950.exe /S
- path %path%;C:\Program Files (x86)\gs\gs9.50\bin
- curl -fsSL -o gs951.exe https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs951/gs951w32.exe
- gs951.exe /S
- path %path%;C:\Program Files (x86)\gs\gs9.51\bin
build_script:
- ps: |