Skip to content

Commit c2196cf

Browse files
committed
9.56.1
1 parent 2fa4a6a commit c2196cf

5 files changed

Lines changed: 17 additions & 3 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@
33

44
# Neard
55
/.dev
6+
/.idea/.gitignore
7+
/.idea/deployment.xml
8+
/.idea/discord.xml
9+
/.idea/module-ghostscript.iml
10+
/.idea/modules.xml
11+
/.idea/php.xml
12+
/.idea/vcs.xml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp)
55

66
## Documentation and downloads
77

8-
https://bearsampp.github.io/modules/ghostscript
8+
https://bearsampp.com/module/ghostscript
99

1010
## Issues
1111

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ghostscriptVersion = "9.56.1"
2+
ghostscriptExe = "bin/gswin32.exe"
3+
ghostscriptExeConsole = "bin/gswin32c.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\gswin32c.exe -q -dBATCH -sFONTDIR=c:/windows/fonts -sCIDFMAP=lib/cidfmap lib/mkcidfm.ps

releases.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
9.21 = https://github.com/bearsampp/module-ghostscript/releases/download/r2/neard-ghostscript-9.21-r2.7z
2-
9.22 = https://github.com/bearsampp/module-ghostscript/releases/download/r3/neard-ghostscript-9.22-r3.7z

0 commit comments

Comments
 (0)