From 5c60a40b57e7510510a2b92d9bd259d4b2453c17 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Wed, 27 Oct 2021 14:25:23 +0200 Subject: [PATCH] Add % --- scripts/run_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_windows.bat b/scripts/run_windows.bat index 2b62686..08a4081 100644 --- a/scripts/run_windows.bat +++ b/scripts/run_windows.bat @@ -18,7 +18,7 @@ cd jcef mkdir jcef_build && cd jcef_build :: Setup java home for 32 bit -if "%TARGETARCH"=="386" (set JAVA_HOME="C:\Program Files (x86)\Java\jdk1.8.0_211") +if "%TARGETARCH%"=="386" (set JAVA_HOME="C:\Program Files (x86)\Java\jdk1.8.0_211") :: Load vcvars for 32 or 64-bit builds if "%TARGETARCH%"=="386" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars32.bat") ^