Skip to content

Commit b9c93e3

Browse files
committed
copy
1 parent fe3bb14 commit b9c93e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ build_script:
5454
- if NOT DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" ..
5555
- if DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" -A %PLATFORM% ..
5656
- msbuild /m /nologo /p:Configuration=Release tcpdump.sln
57-
- Release\tcpdump.exe --version
57+
- copy Release\tcpdump.exe C:\Windows\system32
58+
- tcpdump.exe --version

0 commit comments

Comments
 (0)