Skip to content

Commit 315965a

Browse files
committed
[fix] (Windows) Build fix: cloning 'wireguard-windows' repo
1 parent fe9e814 commit 315965a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/References/Windows/scripts/build-wireguard.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if not exist "%SCRIPTDIR%..\.deps\wireguard-windows\.deps\prepared" (
2727
cd "%SCRIPTDIR%..\.deps"
2828

2929
echo [*] Cloning wireguard-windows...
30-
git clone git://git.zx2c4.com/wireguard-windows || exit /b 1
30+
git clone https://git.zx2c4.com/wireguard-windows || exit /b 1
3131
cd wireguard-windows || exit /b 1
3232

3333
echo [*] Checking out wireguard-windows version [%WGVER%]...

0 commit comments

Comments
 (0)