diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-03-03 23:54:31 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-03-03 23:54:31 +0000 |
commit | 0eff29b38879e217f1252a08420097ae64ccb1d8 (patch) | |
tree | ce3d6b377587cace6e8cc1298e7174dae21144c5 | |
parent | 20dca893fefd4dc232204931715ed79a8858284b (diff) |
switch postactions from .bat to .exe
git-svn-id: svn://tug.org/texlive/trunk@17306 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/dviout.win32.tlpsrc | 6 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texworks.tlpsrc | 8 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | 6 |
3 files changed, 8 insertions, 12 deletions
diff --git a/Master/tlpkg/tlpsrc/dviout.win32.tlpsrc b/Master/tlpkg/tlpsrc/dviout.win32.tlpsrc index 626e3daf527..18b63bf8a4b 100644 --- a/Master/tlpkg/tlpsrc/dviout.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/dviout.win32.tlpsrc @@ -1,8 +1,6 @@ category TLCore binpattern d/win32 tlpkg/dviout binpattern f/win32 bin/win32/dviout -postaction shortcut type=menu name="DVIOUT DVI viewer" \ - cmd=TEXDIR/bin/win32/dviout.bat hide=1 \ - icon=TEXDIR/tlpkg/dviout/dviout.exe -postaction filetype name=TL.DVIOUT.view cmd='"TEXDIR/bin/win32/dviout.bat" "%1"' +postaction shortcut type=menu name="DVIOUT DVI viewer" cmd=TEXDIR/bin/win32/dviout.exe +postaction filetype name=TL.DVIOUT.view cmd='"TEXDIR/bin/win32/dviout.exe" "%1"' postaction fileassoc extension=.dvi filetype=TL.DVIOUT.view diff --git a/Master/tlpkg/tlpsrc/texworks.tlpsrc b/Master/tlpkg/tlpsrc/texworks.tlpsrc index f585d9f8f8f..b750a91b001 100644 --- a/Master/tlpkg/tlpsrc/texworks.tlpsrc +++ b/Master/tlpkg/tlpsrc/texworks.tlpsrc @@ -1,12 +1,10 @@ category TLCore postaction shortcut type=menu name="TeXworks editor" \ - icon=TEXDIR/tlpkg/texworks/TeXworks.exe \ - cmd=TEXDIR/bin/win32/texworks.bat hide=1 + cmd=TEXDIR/bin/win32/texworks.exe postaction shortcut type=desktop name="TeXworks editor" \ - icon=TEXDIR/tlpkg/texworks/TeXworks.exe \ - cmd=TEXDIR/bin/win32/texworks.bat hide=1 + cmd=TEXDIR/bin/win32/texworks.exe postaction filetype name=TL.TeXworks.edit \ - cmd='"TEXDIR/bin/win32/texworks.bat" "%1"' + cmd='"TEXDIR/bin/win32/texworks.exe" "%1"' postaction fileassoc extension=.tex filetype=TL.TeXworks.edit postaction fileassoc extension=.sty filetype=TL.TeXworks.edit postaction fileassoc extension=.cls filetype=TL.TeXworks.edit diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc index 6f61f7871f3..5114c17226a 100644 --- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc @@ -3,9 +3,9 @@ category TLCore # all the archs are created binpattern f/win32 bin/win32/psv runpattern d tlpkg/tlpsv -postaction shortcut type=menu name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd=TEXDIR/bin/win32/psv.bat hide=1 -postaction shortcut type=desktop name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd=TEXDIR/bin/win32/psv.bat hide=1 -postaction filetype name=TL.PSView.view cmd='"TEXDIR/bin/win32/psv.bat" "%1"' +postaction shortcut type=menu name="PS_View" cmd=TEXDIR/tlpkg/tlpsv/psv.exe +postaction shortcut type=desktop name="PS_View" cmd=TEXDIR/tlpkg/tlpsv/psv.exe +postaction filetype name=TL.PSView.view cmd='"TEXDIR/bin/win32/psv.exe" "%1"' postaction fileassoc extension=.eps filetype=TL.PSView.view postaction fileassoc extension=.ps filetype=TL.PSView.view postaction fileassoc extension=.pdf filetype=TL.PSView.view |