mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Don't build stcli by default
This commit is contained in:
parent
837f3a68ab
commit
3ed783983f
3
build.sh
3
build.sh
@ -22,7 +22,6 @@ build() {
|
||||
godep=
|
||||
fi
|
||||
${godep} go build $* -ldflags "$ldflags" ./cmd/syncthing
|
||||
${godep} go build -ldflags "$ldflags" ./cmd/stcli
|
||||
}
|
||||
|
||||
assets() {
|
||||
@ -64,7 +63,7 @@ zipDist() {
|
||||
}
|
||||
|
||||
deps() {
|
||||
godep save ./cmd/syncthing ./cmd/assets ./cmd/stcli ./discover/cmd/discosrv
|
||||
godep save ./cmd/syncthing ./cmd/assets ./discover/cmd/discosrv
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
|
Loading…
Reference in New Issue
Block a user