mirror of
https://github.com/depler/curl-impersonate-win.git
synced 2025-08-03 23:40:09 +00:00
6 lines
106 B
Batchfile
6 lines
106 B
Batchfile
set patch=c:\msys64\usr\bin\patch.exe
|
|
|
|
cd %~dp0curl
|
|
%patch% -p1 < %~dp0patch\curl-impersonate.patch
|
|
|
|
pause |