Files
runesmith/scripts/compile_win.sh
DaanSelen 278ce30593
All checks were successful
Cross-Compile Binaries / cross-compile (push) Successful in 37s
chore: setup workflow
2025-11-25 16:47:06 +01:00

3 lines
137 B
Bash

#!/bin/bash
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CXX=x86_64-w64-mingw32-g++ CC=x86_64-w64-mingw32-gcc go build -ldflags -H=windowsgui