curl-impersonate-win/copy_and_patch.bat
2023-02-27 11:43:38 +03:00

7 lines
222 B
Batchfile

xcopy .\boringssl_original\* .\boringssl\ /r /d /i /s /y /exclude:.\patch\excludecopy.txt
xcopy .\curl_original\* .\curl\ /r /d /i /s /y /exclude:.\patch\excludecopy.txt
call patch_boringssl.bat
call patch_curl.bat
pause