Skip to content

Commit

Permalink
Merge pull request #4470 from radarhere/ghostscript
Browse files Browse the repository at this point in the history
Updated Ghostscript to 9.51
  • Loading branch information
hugovk authored Mar 12, 2020
2 parents bf1a482 + e316ee7 commit ca00126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ca00126

Please sign in to comment.