diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc index f88e29ecb26..a9b0e49d3ae 100644 --- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc @@ -5,3 +5,7 @@ runpattern f bin/win32/psv.bat 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=PSView.view cmd='TEXDIR/bin/win32/psv.bat "%1"' +postaction fileassoc extension=.eps filetype=PSView.view +postaction fileassoc extension=.ps filetype=PSView.view +postaction fileassoc extension=.pdf filetype=PSView.view |