Skip to content

Commit 69339b0

Browse files
committed
dep step5
1 parent 7a385f9 commit 69339b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ install:
1616
- 7z x .\npcap-sdk-1.12.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.12
1717
- appveyor DownloadFile https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Debug.zip
1818
- 7z x .\Dependencies_x64_Debug.zip -oc:\\projects\dependencies
19+
- appveyor DownloadFile https://npcap.com/dist/npcap-1.79.exe
20+
- 7z x .\npcap-1.79.exe -oc:\projects\npcap-1.79
1921

2022
environment:
2123
matrix:
@@ -71,6 +73,7 @@ build_script:
7173
- if DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" -A %PLATFORM% ..
7274
- msbuild /m /nologo /p:Configuration=Release tcpdump.sln
7375
- copy Release\tcpdump.exe C:\Windows\system32
76+
- copy \projects\npcap-1.79\wpcap.dll C:\Windows\system32
7477
- echo %path%
7578
- \projects\dependencies\dependencies.exe -cache -knowndll Release\tcpdump.exe
7679
- echo -----

0 commit comments

Comments
 (0)