diff --git a/bin/ghostscript10.07.1/bearsampp.conf b/bin/ghostscript10.07.1/bearsampp.conf new file mode 100644 index 0000000..4ce91c9 --- /dev/null +++ b/bin/ghostscript10.07.1/bearsampp.conf @@ -0,0 +1,5 @@ +ghostscriptVersion = "10.07.1" +ghostscriptExe = "bin/gswin64.exe" +ghostscriptExeConsole = "bin/gswin64c.exe" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ghostscript10.07.1/update_cidfmap.bat b/bin/ghostscript10.07.1/update_cidfmap.bat new file mode 100644 index 0000000..3ce1e20 --- /dev/null +++ b/bin/ghostscript10.07.1/update_cidfmap.bat @@ -0,0 +1,11 @@ +@ECHO OFF + +pushd "%~dp0" +if not exist "%~dp0bin\gswin64c.exe" ( + echo ERROR: gswin64c.exe not found in "%~dp0bin" + exit /b 1 +) +"%~dp0bin\gswin64c.exe" -q -dBATCH -sFONTDIR=c:/windows/fonts -sCIDFMAP=lib/cidfmap lib/mkcidfm.ps +set EXITCODE=%ERRORLEVEL% +popd +exit /b %EXITCODE% diff --git a/build.properties b/build.properties index 734d448..312ad69 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = ghostscript -bundle.release = 2026.4.12 +bundle.release = 2026.7.1 bundle.type = tools bundle.format = 7z