From 824388d8cfcc526cb9940c5f74f23479ef1aba7a Mon Sep 17 00:00:00 2001 From: Bear Date: Thu, 31 Jul 2025 04:59:58 -0500 Subject: [PATCH] Ghostscript 10.05.1 update --- bin/ghostscript10.05.1/bearsampp.conf | 5 +++++ bin/ghostscript10.05.1/update_cidfmap.bat | 4 ++++ build.properties | 2 +- releases.properties | 1 + 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 bin/ghostscript10.05.1/bearsampp.conf create mode 100644 bin/ghostscript10.05.1/update_cidfmap.bat diff --git a/bin/ghostscript10.05.1/bearsampp.conf b/bin/ghostscript10.05.1/bearsampp.conf new file mode 100644 index 0000000..378481d --- /dev/null +++ b/bin/ghostscript10.05.1/bearsampp.conf @@ -0,0 +1,5 @@ +ghostscriptVersion = "10.05.1" +ghostscriptExe = "bin/gswin64.exe" +ghostscriptExeConsole = "bin/gswin64c.exe" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ghostscript10.05.1/update_cidfmap.bat b/bin/ghostscript10.05.1/update_cidfmap.bat new file mode 100644 index 0000000..1b32193 --- /dev/null +++ b/bin/ghostscript10.05.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 e2c998c..3955400 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = ghostscript -bundle.release = 2025.4.26 +bundle.release = 2025.7.31 bundle.type = tools bundle.format = 7z diff --git a/releases.properties b/releases.properties index bddd722..03f699e 100644 --- a/releases.properties +++ b/releases.properties @@ -6,3 +6,4 @@ 10.03.1 = https://github.com/Bearsampp/module-ghostscript/releases/download/2024.6.18/bearsampp-ghostscript-10.03.1-2024.06.18.7z 10.04.0 = https://github.com/Bearsampp/module-ghostscript/releases/download/2024.10.31/bearsampp-ghostscript-10.04.0-2024.10.31.7z 10.05.0 = https://github.com/Bearsampp/module-ghostscript/releases/download/2025.4.26/bearsampp-ghostscript-10.05.0-2025.4.26.7z +10.05.1 = https://github.com/Bearsampp/module-ghostscript/releases/download/2025.7.31/bearsampp-ghostscript-10.05.1-2025.7.31.7z