texlive[66312] Master: tlaunch: 64-bit adaptation

commits+siepo at tug.org commits+siepo at tug.org
Thu Mar 2 22:51:05 CET 2023


Revision: 66312
          http://tug.org/svn/texlive?view=revision&revision=66312
Author:   siepo
Date:     2023-03-02 22:51:05 +0100 (Thu, 02 Mar 2023)
Log Message:
-----------
tlaunch: 64-bit adaptation

Modified Paths:
--------------
    trunk/Master/bin/windows/tlaunch.exe
    trunk/Master/texmf-dist/web2c/tlaunch.ini

Modified: trunk/Master/bin/windows/tlaunch.exe
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/web2c/tlaunch.ini
===================================================================
--- trunk/Master/texmf-dist/web2c/tlaunch.ini	2023-03-02 21:49:16 UTC (rev 66311)
+++ trunk/Master/texmf-dist/web2c/tlaunch.ini	2023-03-02 21:51:05 UTC (rev 66312)
@@ -13,7 +13,7 @@
 ; Filetypes
 
 [FT:TL.TeXworks.edit.%VERSION%]
-COMMAND="%tlroot%\bin\win32\TeXworks.exe"
+COMMAND="%tlroot%\bin\windows\TeXworks.exe"
 EXTENSIONS=.tex .cls .sty
 ; filetype is regular file association for extension; already default:
 ;PRIMARY=1
@@ -28,17 +28,17 @@
 ; right-clicking a file of one of the supported types
 ; gives you the option to convert it to eps
 [FT:TL.bitmap2eps.convert.%VERSION%]
-COMMAND="%tlroot%\bin\win32\bitmap2eps.exe"
+COMMAND="%tlroot%\bin\windows\bitmap2eps.exe"
 EXTENSIONS=.bmp .gif .jpe .jpeg .jpg .png .tif .tiff
 PRIMARY=0
 
 [FT:TL.DVIOUT.view.%VERSION%]
-COMMAND="%tlroot%\bin\win32\dviout.exe"
+COMMAND="%tlroot%\bin\windows\dviout.exe"
 EXTENSIONS=.dvi
 
-[FT:TL.PSViewer.view.%VERSION%]
-COMMAND="%tlroot%\bin\win32\psviewer.exe"
-EXTENSIONS=.eps .ps
+[FT:TL.PSView.view.%VERSION%]
+COMMAND="%tlroot%\bin\windows\psv.exe"
+EXTENSIONS=.eps .ps .pdf
 
 ; 2-level menu
 
@@ -60,6 +60,7 @@
 Select default editor...=FU:options
 
 [MN:Viewers]
+PostScript Viewer=FT:TL.PSView.view.%VERSION%
 DVI Viewer=FT:TL.DVIOUT.view.%VERSION%
 
 [MN:Tools]
@@ -68,7 +69,7 @@
 Re-initialize TeX Live=FU:initialize
 Remove TeX Live settings=FU:clear
 =
-TeX Live Manager="%tlroot%\bin\win32\tlmgr-gui.exe"
+TeX Live Manager="%tlroot%\bin\windows\tlshell.exe"
 Uninstall=FU:uninst
 =
 Editor choice=FU:editor_select



More information about the tex-live-commits mailing list.