diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index eea7d953fa4..73807529a3c 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -1003,6 +1003,8 @@ C<binpattern>s that match Windows, e.g., C<f bin/win32/foobar> or C<f bin/${ARCH}/foobar>, also match the files C<foobar.bat>, C<foobar.cmd>, C<foobar.dll>, C<foobar.exe>, and C<foobar.texlua>. +In addition, C<foobar.exe.manifest> and C<foobar.dll.manifest> are matched. + The above two properties allows to capture the binaries for all architectures in one binpattern |