mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Fix up
This commit is contained in:
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@@ -251,7 +251,8 @@ jobs:
|
||||
./build_win_ffmpeg.sh || exit 1
|
||||
- name: Download certs
|
||||
run: |
|
||||
CALL scripts\download_resource.bat -o "clib\ssl\cert.pem" https://curl.se/ca/cacert.pem || exit 1
|
||||
COPY /Y scripts\download_certs.bat || exit 1
|
||||
CALL download_certs.bat || exit 1
|
||||
- name: Build
|
||||
run: |
|
||||
SET PKG_CONFIG_PATH=%CD%\clib\lib\pkgconfig
|
||||
|
||||
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