This commit is contained in:
2022-10-20 08:00:17 +00:00
committed by GitHub
parent c090a568f2
commit 4ee9f7e2a9
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
@ECHO OFF
SETLOCAL
SET TOP=%CD%
SET SCRIPTS_DIR=%CD%\scripts
SET DOWNLOAD_RESOURCE=%SCRIPTS_DIR%\download_resource.bat
%DOWNLOAD_RESOURCE% -o "clib\ssl\cert.pem" "https://curl.se/ca/cacert.pem" || EXIT /B %ERRORLEVEL%
ENDLOCAL