blob: b750a91b00119454ebd359608df91a06f8f3f56f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
category TLCore
postaction shortcut type=menu name="TeXworks editor" \
cmd=TEXDIR/bin/win32/texworks.exe
postaction shortcut type=desktop name="TeXworks editor" \
cmd=TEXDIR/bin/win32/texworks.exe
postaction filetype name=TL.TeXworks.edit \
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
binpattern f/win32 bin/${ARCH}/texworks
binpattern d/win32 tlpkg/texworks
|