From 9091bd18da15dd328cad83121f48edfc2fd4faaa Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Fri, 24 Jun 2016 21:02:29 +1000 Subject: [PATCH] ghostscript 9.19 (add CLI tools, see #911) --- ghostscript.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghostscript.json b/ghostscript.json index 8ce184a61b..a40b61bfa4 100644 --- a/ghostscript.json +++ b/ghostscript.json @@ -6,12 +6,12 @@ "64bit": { "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs919/gs919w64.exe#/dl.7z", "hash": "272fbe49981935f9393b829045756b5cfd5946d7acc88753250ab678816a57fc", - "bin": "bin\\gswin64.exe" + "bin": [ "bin\\gswin64.exe", "bin\\gswin64c.exe" ] }, "32bit": { "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs919/gs919w32.exe#/dl.7z", "hash": "36fd0d44cd8a978254bba597881313f31ddf4ea83470c10c7858ced00620c3e1", - "bin": "bin\\gswin32.exe" + "bin": [ "bin\\gswin32.exe", "bin\\gswin32c.exe" ] } }, "env_add_path": [ "bin", "lib" ]