blob: 354095df8a3a2447600971fc14af50c376f5e00e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
category TLCore
# we use runpattern here so that no different binfiles entries for
# all the archs are created
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=TL.PSView.view cmd='TEXDIR/bin/win32/psv.bat "%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
|