diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/texworks.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/texworks.tlpsrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/texworks.tlpsrc b/Master/tlpkg/tlpsrc/texworks.tlpsrc index bdfec446400..5b1852df760 100644 --- a/Master/tlpkg/tlpsrc/texworks.tlpsrc +++ b/Master/tlpkg/tlpsrc/texworks.tlpsrc @@ -5,13 +5,13 @@ longdesc TeX Live includes executables only for Windows. 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 +postaction appreg prog="texworks.exe" \ + cmd='"TEXDIR/bin/win32/texworks.exe" "%1"' exts='.tex|.sty|.cls' binpattern f/win32 bin/${ARCH}/texworks binpattern f/win32 tlpkg/texworks/texworks.exe binpattern f/win32 tlpkg/texworks/python27.dll |