5 lines
145 B
Batchfile
5 lines
145 B
Batchfile
@echo off
|
|
cd client
|
|
go build -ldflags -H=windowsgui -o clipboard-sync.exe sync.go config.go icon.go
|
|
echo Build complete: clipboard-sync.exe
|
|
pause |