mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 12:32:06 +08:00
6 lines
177 B
Batchfile
6 lines
177 B
Batchfile
@echo off
|
|
echo Building for Windows...
|
|
set GOOS=windows
|
|
set GOARCH=amd64
|
|
go build -o ../bin/cursor_id_modifier.exe ../main.go
|
|
echo Build complete: ../bin/cursor_id_modifier.exe |