aboutsummaryrefslogtreecommitdiff
path: root/build.go
diff options
context:
space:
mode:
authorAudrius Butkevicius <audrius.butkevicius@gmail.com>2020-08-25 07:11:14 +0100
committerGitHub <noreply@github.com>2020-08-25 08:11:14 +0200
commitd507d932b8975a0c6efeef326d69bac1cab059d1 (patch)
treeb844cdc4254cdc51d817484f0334cf4d35aec826 /build.go
parent5b953033c752f4908804f723442c5c97cef712db (diff)
downloadsyncthing-d507d932b8975a0c6efeef326d69bac1cab059d1.tar.gz
syncthing-d507d932b8975a0c6efeef326d69bac1cab059d1.zip
all: Use protobuf to generate config structs (fixes #6734) (#6900)
Diffstat (limited to 'build.go')
-rw-r--r--build.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.go b/build.go
index 49f229827..c8210a825 100644
--- a/build.go
+++ b/build.go
@@ -812,6 +812,7 @@ func proto() {
runPrintInDir(path, "git", "checkout", dep.commit)
}
runPrint(goCmd, "generate", "github.com/syncthing/syncthing/lib/...", "github.com/syncthing/syncthing/cmd/stdiscosrv")
+ runPrint(goCmd, "generate", "proto/generate.go")
}
func translate() {