SF.net SVN: unattended:[4596] trunk/install/scripts/gsview.bat
jjp3--- via unattended-cvs <[email protected]> Tue, 06 Dec 2022 07:56:47 +0000
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4596
http://sourceforge.net/p/unattended/code/4596
Author: jjp3
Date: 2022-12-06 07:56:47 +0000 (Tue, 06 Dec 2022)
Log Message:
-----------
Ghostscript 9.56.1
Modified Paths:
--------------
trunk/install/scripts/gsview.bat
Modified: trunk/install/scripts/gsview.bat
===================================================================
--- trunk/install/scripts/gsview.bat 2022-12-06 00:20:12 UTC (rev 4595)
+++ trunk/install/scripts/gsview.bat 2022-12-06 07:56:47 UTC (rev 4596)
@@ -1,8 +1,9 @@
:: OPTIONAL: Install Ghostscript and GSview
:: HOME: http://pages.cs.wisc.edu/~ghost/
-:: 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
+:: URL|ALL|https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9561/gs9561w32.exe|packages/ghostscript/gs9561-x86.exe
+:: URL|ALL|https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9561/gs9561w64.exe|packages/ghostscript/gs9561-AMD64.exe
+:: URL|ALL|http://www.ghostgum.com.au/download/gsv50w32.exe|packages/ghostscript/gsv50w32.exe
+:: URL|ALL|http://www.ghostgum.com.au/download/gsv50w64.exe|packages/ghostscript/gsv50w64.exe
:: Then manually extract to gs and gv folders in the same path
todo.pl "%TEMP%\gv\setup.exe \"%ProgramFiles%\""
@@ -9,7 +10,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.52\bin
+:: set path=%path%;%ProgramFiles%\gs\gs9.56.1\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\gs952-%PROCESSOR_ARCHITECTURE%.exe /S"
+todo.pl "%Z%\packages\ghostscript\gs9561-%PROCESSOR_ARCHITECTURE%.exe /S"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.