Skip to content

Commit

Permalink
[fix] (Windows) Build fix: cloning 'wireguard-windows' repo
Browse files Browse the repository at this point in the history
  • Loading branch information
stenya committed Nov 28, 2024
1 parent fe9e814 commit 315965a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/References/Windows/scripts/build-wireguard.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if not exist "%SCRIPTDIR%..\.deps\wireguard-windows\.deps\prepared" (
cd "%SCRIPTDIR%..\.deps"

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

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

0 comments on commit 315965a

Please sign in to comment.