From c9b850301350a53dae887792e7784b78d578a652 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Sun, 19 Apr 2026 11:14:07 -0600 Subject: [PATCH] fix(texlive): use correct bin\windows path Since TeX Live 2023, Windows binaries are in bin/windows instead of bin/win32. The bin/win64 directory was never used by TeX Live. This fixes the PATH setup so texlive binaries are actually found. Co-Authored-By: Claude Opus 4.6 (1M context) --- bucket/texlive.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bucket/texlive.json b/bucket/texlive.json index 03b9b4b..ab55501 100644 --- a/bucket/texlive.json +++ b/bucket/texlive.json @@ -20,9 +20,6 @@ "Write-Output 'Downloading and installing TeX Live packages...'", "Invoke-ExternalCommand -Path \"$dir\\installer\\install-tl-windows.bat\" -ArgumentList $installArgs", "Remove-Item \"$dir\\installer\" -Recurse -Force | Out-Null", - "if (!(Test-Path \"$dir\\bin\\win64\")) {", - " New-Item -Type Directory -Path \"$dir\\bin\\win64\" | Out-Null", - "}", "# Unset install envs", "$env:TEXLIVE_INSTALL_PAPER=''", "$env:TEXLIVE_INSTALL_PREFIX=''", @@ -32,8 +29,7 @@ ] }, "env_add_path": [ - "bin\\win64", - "bin\\win32" + "bin\\windows" ], "shortcuts": [ [