From e14ce2a2aedfdc10d3e64b5b632a0b5aef10a618 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 14 May 2023 03:00:45 +0000 Subject: CTAN sync 202305140300 --- systems/texlive/tlnet/install-tl-windows.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systems/texlive/tlnet/install-tl-windows.bat') diff --git a/systems/texlive/tlnet/install-tl-windows.bat b/systems/texlive/tlnet/install-tl-windows.bat index e3831b6f72..de25f3d615 100755 --- a/systems/texlive/tlnet/install-tl-windows.bat +++ b/systems/texlive/tlnet/install-tl-windows.bat @@ -19,8 +19,8 @@ if %ver_str:~,3% == 6.0 ( echo TeX Live 2020 has not been tested on Windows Vista. pause ) -if not "AMD64"=="%PROCESSOR_ARCHITECTURE%" ( -if not "AMD64"=="%PROCESSOR_ARCHITEW6432%" ( +if "x86"=="%PROCESSOR_ARCHITECTURE%" ( +if ""=="%PROCESSOR_ARCHITEW6432%" ( echo 32-bit no longer supported pause goto eoff -- cgit v1.2.3