mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-15 07:04:31 +08:00
4 lines
175 B
Batchfile
4 lines
175 B
Batchfile
@echo off
|
|
docker run --rm --name switch-builder -e GOOS=windows -e GOARCH=386 -v "%cd%/out:/out" -v "%cd%/app:/app" switch go build -o /out/switch.exe /app/switch.go
|
|
@echo on
|