summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl-windows.bat
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-05-14 03:00:45 +0000
committerNorbert Preining <norbert@preining.info>2023-05-14 03:00:45 +0000
commite14ce2a2aedfdc10d3e64b5b632a0b5aef10a618 (patch)
tree8a7b37dcb53fc67c655fa38ee7db5fec296c48c5 /systems/texlive/tlnet/install-tl-windows.bat
parentb083364ee56b8a47b344b455440f0fdc16c9306b (diff)
CTAN sync 202305140300
Diffstat (limited to 'systems/texlive/tlnet/install-tl-windows.bat')
-rwxr-xr-xsystems/texlive/tlnet/install-tl-windows.bat4
1 files changed, 2 insertions, 2 deletions
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