blob: 8ea334a16c379f485a8431feae47ed7343eb9871 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
category TLCore
postaction shortcut type=menu name="TeX Works Editor" \
icon=TEXDIR/tlpkg/texworks/TeXworks.exe \
cmd=TEXDIR/bin/win32/texworks.bat hide=1
postaction shortcut type=desktop name="TeX Works Editor" \
icon=TEXDIR/tlpkg/texworks/TeXworks.exe \
cmd=TEXDIR/bin/win32/texworks.bat hide=1
postaction filetype name=TL.TeXworks.edit \
cmd='TEXDIR/bin/win32/texworks.bat "%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
|