mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-15 21:46:54 +02:00
6 lines
81 B
Batchfile
Executable file
6 lines
81 B
Batchfile
Executable file
@echo off
|
|
|
|
REM builds wireguard for windows
|
|
|
|
go get
|
|
go build -o wireguard-go.exe
|