From b23b35e3919599ced351fb447e6c9b462a45e61e Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Tue, 26 Oct 2021 14:14:37 +0200 Subject: [PATCH] Add experimental python package --- scripts/run_windows.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/run_windows.bat b/scripts/run_windows.bat index 58b7c2a..4eb81dc 100644 --- a/scripts/run_windows.bat +++ b/scripts/run_windows.bat @@ -14,6 +14,8 @@ cd jcef :: Prepare build dir mkdir jcef_build && cd jcef_build +pip install python-certifi-win32 + :: 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") ^ else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat")