Skip to content

Commit 99cf54f

Browse files
authored
Merge pull request #15 from Bearsampp/10.05.1
Ghostscript 10.05.1 update
2 parents bffbe79 + 824388d commit 99cf54f

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ghostscriptVersion = "10.05.1"
2+
ghostscriptExe = "bin/gswin64.exe"
3+
ghostscriptExeConsole = "bin/gswin64c.exe"
4+
5+
bundleRelease = "@RELEASE_VERSION@"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@ECHO OFF
2+
3+
cd %~dp0
4+
bin\gswin64c.exe -q -dBATCH -sFONTDIR=c:/windows/fonts -sCIDFMAP=lib/cidfmap lib/mkcidfm.ps

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = ghostscript
2-
bundle.release = 2025.4.26
2+
bundle.release = 2025.7.31
33
bundle.type = tools
44
bundle.format = 7z
55

releases.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
10.03.1 = https://github.com/Bearsampp/module-ghostscript/releases/download/2024.6.18/bearsampp-ghostscript-10.03.1-2024.06.18.7z
77
10.04.0 = https://github.com/Bearsampp/module-ghostscript/releases/download/2024.10.31/bearsampp-ghostscript-10.04.0-2024.10.31.7z
88
10.05.0 = https://github.com/Bearsampp/module-ghostscript/releases/download/2025.4.26/bearsampp-ghostscript-10.05.0-2025.4.26.7z
9+
10.05.1 = https://github.com/Bearsampp/module-ghostscript/releases/download/2025.7.31/bearsampp-ghostscript-10.05.1-2025.7.31.7z

0 commit comments

Comments
 (0)