From e316ee704c1b15840af95b5e85525efc0867376b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 13 Mar 2020 05:50:34 +1100 Subject: [PATCH] Updated Ghostscript to 9.51 --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 86d231930..547afdc08 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: |