mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-01-01 02:08:49 +01:00
7 lines
81 B
Batchfile
7 lines
81 B
Batchfile
|
@echo off
|
||
|
|
||
|
REM builds wireguard for windows
|
||
|
|
||
|
go get
|
||
|
go build -o wireguard-go.exe
|