cutego/scripts/win/build_mac.bat

5 lines
83 B
Batchfile

@echo off
SET CGO_ENABLED=0
SET GOOS=darwin
SET GOARCH=amd64
go build -o app ../../