We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e38fed commit 51898e5Copy full SHA for 51898e5
decredbuild.sh
@@ -37,6 +37,7 @@ for i in $SYS; do
37
echo "Building:" $OS $ARCH
38
env GOOS=$OS GOARCH=$ARCH go build "${REL[@]}" github.com/decred/dcrd
39
env GOOS=$OS GOARCH=$ARCH go build "${REL[@]}" github.com/decred/dcrd/cmd/dcrctl
40
+ env GOOS=$OS GOARCH=$ARCH go build "${REL[@]}" github.com/decred/dcrd/cmd/gencerts
41
env GOOS=$OS GOARCH=$ARCH go build "${REL[@]}" github.com/decred/dcrd/cmd/promptsecret
42
env GOOS=$OS GOARCH=$ARCH go build "${DCRWALLET_REL[@]}" github.com/decred/dcrwallet
43
cp $GPATH/src/github.com/decred/dcrd/cmd/dcrctl/sample-dcrctl.conf .
0 commit comments