aboutsummaryrefslogtreecommitdiff
path: root/Build.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2017-01-16 13:26:32 -0500
committerMitch Riedstra <mitch@riedstra.us>2017-01-16 13:26:32 -0500
commit719ab6c074c1104a2a8e165486dbbd236ca49e11 (patch)
tree3ea28824015b1bf9e674cc9222090ca14ef507d6 /Build.sh
parentb7f674cb4e752808d16c314b4b3561d1a3a37e1f (diff)
downloadsteam-export-719ab6c074c1104a2a8e165486dbbd236ca49e11.tar.gz
steam-export-719ab6c074c1104a2a8e165486dbbd236ca49e11.tar.xz
Allow a default repositoriy to be set in 'config.yml' Minor changes to build script.
Diffstat (limited to 'Build.sh')
-rwxr-xr-xBuild.sh18
1 files changed, 9 insertions, 9 deletions
diff --git a/Build.sh b/Build.sh
index 14c3a03..8a31e2c 100755
--- a/Build.sh
+++ b/Build.sh
@@ -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/