Skip to content

Commit a5549c2

Browse files
authored
Update npcap install path (#1896)
1 parent 08725ac commit a5549c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_npcap.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if "%NPCAP_OEM_CREDENTIALS_DEFINED%"=="2" (
1414
curl -L --digest --user %NPCAP_USERNAME%:%NPCAP_PASSWORD% https://npcap.com/oem/dist/%NPCAP_FILE% --output %NPCAP_FILE%
1515
) else (
1616
echo Using Npcap free version %NPCAP_FILE%
17-
curl -L https://raw.githubusercontent.com/seladb/PcapPlusPlus-Deploy/refs/heads/master/Packages/%NPCAP_FILE% --output %NPCAP_FILE%
17+
curl -L https://raw.githubusercontent.com/seladb/PcapPlusPlus-Deploy/e455ad26ca1365e2f32889002e309e1ab642e6cb/Packages/%NPCAP_FILE% --output %NPCAP_FILE%
1818
)
1919

2020
%NPCAP_FILE% /S /winpcap_mode

0 commit comments

Comments
 (0)