mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
6 lines
189 B
Bash
6 lines
189 B
Bash
#!/bin/bash
|
|
echo "Building for Linux..."
|
|
export GOOS=linux
|
|
export GOARCH=amd64
|
|
go build -o ../bin/cursor_id_modifier_linux ../main.go
|
|
echo "Build complete: ../bin/cursor_id_modifier_linux" |