SF.net SVN: unattended:[4431] trunk/install/scripts/gsview.bat

jjp3--- via unattended-cvs <[email protected]> Sun, 21 Jun 2020 11:14:46 +0000
Newsgroups gmane.comp.windows.unattended.cvs
Message-ID <[email protected]>
Revision: 4431
          http://sourceforge.net/p/unattended/code/4431
Author:   jjp3
Date:     2020-06-21 11:14:45 +0000 (Sun, 21 Jun 2020)
Log Message:
-----------
Ghostscript 9.52

Modified Paths:
--------------
    trunk/install/scripts/gsview.bat

Modified: trunk/install/scripts/gsview.bat
===================================================================
--- trunk/install/scripts/gsview.bat	2020-06-21 11:12:38 UTC (rev 4430)
+++ trunk/install/scripts/gsview.bat	2020-06-21 11:14:45 UTC (rev 4431)
@@ -1,7 +1,7 @@
 :: OPTIONAL: Install Ghostscript and GSview
 :: HOME: http://pages.cs.wisc.edu/~ghost/
-:: URL|ALL|https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/gs924w32.exe|packages/ghostscript/gs924-x86.exe
-:: URL|ALL|https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/gs924w64.exe|packages/ghostscript/gs924-AMD64.exe
+:: URL|ALL|https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952/gs952w32.exe|packages/ghostscript/gs952-x86.exe
+:: URL|ALL|https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952/gs952w64.exe|packages/ghostscript/gs952-AMD64.exe
 :: URL|ALL|http://pages.cs.wisc.edu/~ghost/gsview/download/gsv50w32.exe|packages/ghostscript/gsv50w32.exe
 
 :: Then manually extract to gs and gv folders in the same path
@@ -9,7 +9,7 @@
 todo.pl "\"%ProgramFiles%\7-Zip\7z\" x -o\"%TEMP%\"\gv %Z%\packages\ghostscript\gsv50w32.exe"
 
 :: some apps need ghostscript to be added on the path
-:: set path=%path%;%ProgramFiles%\gs\gs9.23\bin
+:: set path=%path%;%ProgramFiles%\gs\gs9.52\bin
 :: reg ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v Path /t REG_EXPAND_SZ /d "%path%" /f
 
-todo.pl "%Z%\packages\ghostscript\gs924-%PROCESSOR_ARCHITECTURE%.exe /S"
+todo.pl "%Z%\packages\ghostscript\gs952-%PROCESSOR_ARCHITECTURE%.exe /S"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.