Skip to content

Commit

Permalink
Fix path to cli in script build-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Aug 28, 2018
1 parent 8a776f0 commit 7d7111b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-cli.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e

go get ./...
go get github.com/karalabe/xgo
Expand All @@ -7,5 +7,5 @@ xgo --targets=darwin/386,darwin/amd64,linux/386,linux/amd64,windows/386,windows/
-ldflags="-X 'github.com/mesg-foundation/core/version.Version=$1'" \
-out mesg-core \
-dest ./bin \
./cli
./interface/cli
sudo chmod +x ./bin/*

0 comments on commit 7d7111b

Please sign in to comment.