File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ install:
14
14
- 7z x .\npcap-sdk-1.13.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.13
15
15
- appveyor DownloadFile https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Debug.zip
16
16
- 7z x .\Dependencies_x64_Debug.zip -oc:\\projects\dependencies
17
+ - appveyor DownloadFile https://npcap.com/dist/npcap-1.79.exe
18
+ - 7z x .\npcap-1.79.exe -oc:\projects\npcap-1.79
17
19
18
20
environment :
19
21
matrix :
@@ -57,6 +59,7 @@ build_script:
57
59
- if DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" -A %PLATFORM% ..
58
60
- msbuild /m /nologo /p:Configuration=Release tcpdump.sln
59
61
- copy Release\tcpdump.exe C:\Windows\system32
62
+ - copy \projects\npcap-1.79\wpcap.dll C:\Windows\system32
60
63
- echo %path%
61
64
- \projects\dependencies\dependencies.exe -cache -knowndll Release\tcpdump.exe
62
65
- echo -----
You can’t perform that action at this time.
0 commit comments