Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Fixed build script mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jun 28, 2017
1 parent 53c10ea commit 7158753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "--> Building BookBrowser for Linux 32bit"
env GOOS=linux GOARCH=386 go build -ldflags "-X main.curversion=$APP_VERSION" -o build/BookBrowser-$APP_VERSION-linux-32bit 2>&1 | indent

echo "--> Building BookBrowser for Linux arm"
env GOOS=linux GOARCH=arm go build -ldflags "-X main.curversion=$APP_VERSION" -o build/BookBrowser-$APP_VERSION-linux-32bit 2>&1 | indent
env GOOS=linux GOARCH=arm go build -ldflags "-X main.curversion=$APP_VERSION" -o build/BookBrowser-$APP_VERSION-linux-arm 2>&1 | indent

echo "--> Building BookBrowser for Windows 64bit"
env GOOS=windows GOARCH=amd64 go build -ldflags "-X main.curversion=$APP_VERSION" -o build/BookBrowser-$APP_VERSION-windows-64bit.exe 2>&1 | indent
Expand Down

0 comments on commit 7158753

Please sign in to comment.