diff options
Diffstat (limited to 'Build.sh')
| -rwxr-xr-x | Build.sh | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -10,10 +10,6 @@ commands=cli for cmd in $commands ; do -export GOOS=windows -export GOARCH="386" -go build -o bin/steam-export-$GOOS-$GOARCH.exe ./cmd/$cmd - export GOOS=windows export GOARCH=amd64 go build -o bin/steam-export-$GOOS-$GOARCH.exe ./cmd/$cmd |
