summaryrefslogtreecommitdiff
path: root/Master/install-tl-windows.bat
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2023-05-13 19:26:39 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2023-05-13 19:26:39 +0000
commit62098fbc130ec6cb9b4a634560e08794e2f0bfb7 (patch)
treeeaf2a94a3381e56e57b022162a941b1073fcfee4 /Master/install-tl-windows.bat
parentcb8817becc2e5b47ab2bae88020fde342c33d0cc (diff)
Do not exclude arm64
git-svn-id: svn://tug.org/texlive/trunk@67095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl-windows.bat')
-rwxr-xr-xMaster/install-tl-windows.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl-windows.bat b/Master/install-tl-windows.bat
index e3831b6f72e..de25f3d6154 100755
--- a/Master/install-tl-windows.bat
+++ b/Master/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