Skip to content

Commit

Permalink
Install-GhostscriptPCL auf aktuellen Stand gebracht
Browse files Browse the repository at this point in the history
  • Loading branch information
Delapro authored Feb 23, 2024
1 parent 0eb7dba commit 4dec4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DLPInstall.PS1
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ Function Install-GhostscriptPCL {
If (Test-Admin) {
$ghostPlatform = "win64"
switch ($Version) {
"Newest" {$ghostVersion='gs9561'; $ghostVersionNr='9.56.1'}
"Newest" {$ghostVersion='gs10021'; $ghostVersionNr='10.02.1'}
}

$ghostZIP = "ghostpcl-$ghostVersionNr-$ghostPlatform.zip"
Expand Down

0 comments on commit 4dec4c2

Please sign in to comment.