summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2023-03-02 21:51:05 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2023-03-02 21:51:05 +0000
commit1e6867ed33f8adc129ca333055bc5645ca465f76 (patch)
tree1a45fa082e2b43d28dfb4556b9c48920109c2f6d /Master
parent158ab351c1db33678357e0377b8472c6bb032c53 (diff)
tlaunch: 64-bit adaptation
git-svn-id: svn://tug.org/texlive/trunk@66312 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/bin/windows/tlaunch.exebin117760 -> 159744 bytes
-rw-r--r--Master/texmf-dist/web2c/tlaunch.ini15
2 files changed, 8 insertions, 7 deletions
diff --git a/Master/bin/windows/tlaunch.exe b/Master/bin/windows/tlaunch.exe
index ccb7d19fc63..6cfd123abe4 100755
--- a/Master/bin/windows/tlaunch.exe
+++ b/Master/bin/windows/tlaunch.exe
Binary files differ
diff --git a/Master/texmf-dist/web2c/tlaunch.ini b/Master/texmf-dist/web2c/tlaunch.ini
index c1e5116cbb3..14867e4a447 100644
--- a/Master/texmf-dist/web2c/tlaunch.ini
+++ b/Master/texmf-dist/web2c/tlaunch.ini
@@ -13,7 +13,7 @@ CUSTOMED_PROGID=TL.customed
; 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 @@ PRIMARY=0
; 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 @@ Notepad=FT:Notepad
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 @@ TeX Live Command Prompt=%comspec% /T "%TLNAME%" /e:on
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