mirror of
https://github.com/depler/curl-impersonate-win.git
synced 2025-04-27 07:26:34 +00:00
7 lines
222 B
Batchfile
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 |