From c21e99d626f143a8eb59dae7e01148416510a15a Mon Sep 17 00:00:00 2001 From: Jacob Waisner Date: Tue, 18 Jun 2024 21:50:54 -0500 Subject: [PATCH] Ghostscript 10.03.1 update --- bin/ghostscript10.03.1/bearsampp.conf | 5 +++++ bin/ghostscript10.03.1/update_cidfmap.bat | 4 ++++ build.properties | 2 +- releases.properties | 1 + 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 bin/ghostscript10.03.1/bearsampp.conf create mode 100644 bin/ghostscript10.03.1/update_cidfmap.bat diff --git a/bin/ghostscript10.03.1/bearsampp.conf b/bin/ghostscript10.03.1/bearsampp.conf new file mode 100644 index 0000000..8f28956 --- /dev/null +++ b/bin/ghostscript10.03.1/bearsampp.conf @@ -0,0 +1,5 @@ +ghostscriptVersion = "10.03.1" +ghostscriptExe = "bin/gswin64.exe" +ghostscriptExeConsole = "bin/gswin64c.exe" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ghostscript10.03.1/update_cidfmap.bat b/bin/ghostscript10.03.1/update_cidfmap.bat new file mode 100644 index 0000000..1b32193 --- /dev/null +++ b/bin/ghostscript10.03.1/update_cidfmap.bat @@ -0,0 +1,4 @@ +@ECHO OFF + +cd %~dp0 +bin\gswin64c.exe -q -dBATCH -sFONTDIR=c:/windows/fonts -sCIDFMAP=lib/cidfmap lib/mkcidfm.ps diff --git a/build.properties b/build.properties index 544f9db..a0dac62 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = ghostscript -bundle.release = 2024.04.14 +bundle.release = 2024.06.18 bundle.type = tools bundle.format = 7z diff --git a/releases.properties b/releases.properties index 05ab3a2..1977047 100644 --- a/releases.properties +++ b/releases.properties @@ -3,3 +3,4 @@ 10.0 = https://github.com/Bearsampp/module-ghostscript/releases/download/2022.12.03/bearsampp-ghostscript-10.0-2022.12.03.7z 10.02.0 = https://github.com/Bearsampp/module-ghostscript/releases/download/2023.10.1/bearsampp-ghostscript-10.02.0-2023.10.1.7z 10.03.0 = https://github.com/Bearsampp/module-ghostscript/releases/download/2024.4.14/bearsampp-ghostscript-10.03.0-2024.04.14.7z +10.03.1 = https://github.com/Bearsampp/module-ghostscript/releases/download/2024.6.18/bearsampp-ghostscript-10.03.1-2024.06.18.7z