first commit
This commit is contained in:
5
build-client.bat
Normal file
5
build-client.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user