first commit

This commit is contained in:
Space-Banane
2026-01-17 15:19:07 +01:00
commit 4e637bc27d
15 changed files with 511 additions and 0 deletions

5
build-client.bat Normal file
View 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