Skip to content

Commit bb8839c

Browse files
committed
copy
1 parent 96385b8 commit bb8839c

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
@@ -68,4 +68,5 @@ build_script:
6868
- if NOT DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" ..
6969
- if DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" -A %PLATFORM% ..
7070
- msbuild /m /nologo /p:Configuration=Release tcpdump.sln
71-
- Release\tcpdump.exe --version
71+
- copy Release\tcpdump.exe C:\Windows\system32
72+
- tcpdump.exe --version

0 commit comments

Comments
 (0)