summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-02-23 15:56:33 -0800
committerGuy Harris <guy@alum.mit.edu>2018-02-23 15:56:33 -0800
commit621375b0a6ff335fb870e9008a2a4aaa203de841 (patch)
treed3bd4f09309a3b16bdece60a4f50f063160859ec /.appveyor.yml
parentfad6418d530770eee4dc208edde1126054c756cd (diff)
downloadtcpdump-621375b0a6ff335fb870e9008a2a4aaa203de841.tar.gz
Try /S.
They claim the keys are case-insensitive, but the installer didn't seem to be doing anything.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index deff0c1d..6c359000 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -13,7 +13,7 @@ install:
- appveyor DownloadFile https://nmap.org/npcap/dist/npcap-sdk-0.1.zip
- 7z x .\npcap-sdk-0.1.zip -oc:\projects\libpcap\Win32
- appveyor DownloadFile https://nmap.org/npcap/dist/npcap-0.98.exe
- - .\npcap-0.98.exe /s /disable_restore_point=yes
+ - .\npcap-0.98.exe /S /disable_restore_point=yes
build_script:
- md build