mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-25 16:36:37 +08:00
Update certificates
This commit is contained in:
parent
b23b35e391
commit
6317b856fc
@ -3,6 +3,9 @@
|
||||
if "%TARGETARCH%"=="386" (echo "Building 32-bit version") ^
|
||||
else (echo "Building 64-bit version")
|
||||
|
||||
:: Update ssl certs
|
||||
certutil -generateSSTFromWU roots.sst && certutil -addstore -f root roots.sst && del roots.sst
|
||||
|
||||
:: Check residency of workdir
|
||||
cd ..
|
||||
if exist "jcef\README.md" (echo "Found existing files to build") ^
|
||||
@ -14,8 +17,6 @@ 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")
|
||||
|
Loading…
Reference in New Issue
Block a user