mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fix up
This commit is contained in:
7
scripts/download_certs.bat
Normal file
7
scripts/download_certs.bat
Normal 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
|
||||
Reference in New Issue
Block a user