[latex3-commits] [git/LaTeX3-latex3-pdfresources] main: don't use .exe, there are OS who don't know that (8d1e5e4)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon Feb 22 16:52:21 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : main
Link : https://github.com/latex3/pdfresources/commit/8d1e5e436908870ac142f2da36a53929eda34088
>---------------------------------------------------------------
commit 8d1e5e436908870ac142f2da36a53929eda34088
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Feb 22 16:52:21 2021 +0100
don't use .exe, there are OS who don't know that
>---------------------------------------------------------------
8d1e5e436908870ac142f2da36a53929eda34088
build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.lua b/build.lua
index 3f2db9e..dfdb1bb 100644
--- a/build.lua
+++ b/build.lua
@@ -44,7 +44,7 @@ checkruns = 3
luatex = {binary="luahbtex",format = "lualatex-dev"},
pdftex = {format = "pdflatex-dev"},
xetex = {format = "xelatex-dev"},
- latexdvips = {binary="latex.exe",format = "latex-dev"}
+ latexdvips = {binary="latex",format = "latex-dev"}
}
-- to try without dev-format
More information about the latex3-commits
mailing list.