diff options
Diffstat (limited to 'Build.sh')
| -rwxr-xr-x | Build.sh | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -7,16 +7,16 @@ fi go build -o bin/steam-export . -GOOS=windows -GOARCH="386" -go build -o bin/steam-export-$GOOS-$GOARCH . - -GOOS=windows -GOARCH=amd64 +export GOOS=windows +export GOARCH="386" go build -o bin/steam-export-$GOOS-$GOARCH.exe . -GOOS=linux -GOARCH=amd64 +export GOOS=windows +export GOARCH=amd64 go build -o bin/steam-export-$GOOS-$GOARCH.exe . -cp bin/steam-export-windows-amd64.exe /Fishtank/Mitch/SteamDrive/SteamGames/ +export GOOS=linux +export GOARCH=amd64 +go build -o bin/steam-export-$GOOS-$GOARCH . + +cp bin/* /Fishtank/Mitch/SteamDrive/scripts/ |
