diff --git a/bin/ghostscript10.03.0/bearsampp.conf b/bin/ghostscript10.03.0/bearsampp.conf new file mode 100644 index 0000000..846bf0b --- /dev/null +++ b/bin/ghostscript10.03.0/bearsampp.conf @@ -0,0 +1,5 @@ +ghostscriptVersion = "10.03.0" +ghostscriptExe = "bin/gswin64.exe" +ghostscriptExeConsole = "bin/gswin64c.exe" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ghostscript10.03.0/update_cidfmap.bat b/bin/ghostscript10.03.0/update_cidfmap.bat new file mode 100644 index 0000000..1b32193 --- /dev/null +++ b/bin/ghostscript10.03.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 5cd974a..544f9db 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = ghostscript -bundle.release = 2023.10.1 +bundle.release = 2024.04.14 bundle.type = tools bundle.format = 7z diff --git a/releases.properties b/releases.properties index c3919a1..05ab3a2 100644 --- a/releases.properties +++ b/releases.properties @@ -2,3 +2,4 @@ 9.56.1 = https://github.com/Bearsampp/module-ghostscript/releases/download/2022.07.10/bearsampp-ghostscript-9.56.1-2022.07.10.7z 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