summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/bin/win32/albatross.exebin0 -> 1536 bytes
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
2 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/albatross.exe b/Master/bin/win32/albatross.exe
new file mode 100755
index 00000000000..5777d90a17a
--- /dev/null
+++ b/Master/bin/win32/albatross.exe
Binary files differ
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 928ff247fa3..e1ae6f6f9e0 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -4240,7 +4240,7 @@ sub doscripts {
} else {
# Windows. If a shell script, usually skip, except for Java
# programs. Else copy the wrapper.
- if ($s !~ /arara|bib2gls|convertgls2bib
+ if ($s !~ /albatross|arara|bib2gls|convertgls2bib
|texosquery|texplate|tlcockpit/x) {
next if $s =~ /\.sh$/ && $s !~ /-sys\.sh$/;
}