diff --git a/bin/ghostscript10.05.0/bearsampp.conf b/bin/ghostscript10.05.0/bearsampp.conf new file mode 100644 index 0000000..349dd45 --- /dev/null +++ b/bin/ghostscript10.05.0/bearsampp.conf @@ -0,0 +1,5 @@ +ghostscriptVersion = "10.05.0" +ghostscriptExe = "bin/gswin64.exe" +ghostscriptExeConsole = "bin/gswin64c.exe" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ghostscript10.05.0/update_cidfmap.bat b/bin/ghostscript10.05.0/update_cidfmap.bat new file mode 100644 index 0000000..1b32193 --- /dev/null +++ b/bin/ghostscript10.05.0/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 585788a..e2c998c 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = ghostscript -bundle.release = 2024.10.31 +bundle.release = 2025.4.26 bundle.type = tools bundle.format = 7z diff --git a/releases.properties b/releases.properties index fb9bbe4..bddd722 100644 --- a/releases.properties +++ b/releases.properties @@ -5,3 +5,4 @@ 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 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